We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2db26 commit 9cdb392Copy full SHA for 9cdb392
Main/src/Background.cpp
@@ -225,7 +225,7 @@ class TestBackground : public FullscreenBackground
225
timing.y = offsyncTimer;
226
227
float clearBorder = 0.70f;
228
- if (game->GetPlaybackOptions().gaugeType != GaugeType::Normal)
+ if (game->GetScoring().GetTopGauge()->GetType() != GaugeType::Normal)
229
{
230
clearBorder = 0.30f;
231
}
0 commit comments