Make default value for NumBackgrounds preference 10.
(The previous value, 8, was unable to be selected in the menu, so it was always getting changed. Thanks to Mad Matt for pointing this out)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ static ThemeMetric<bool> USE_STATIC_BG ("Background","UseStaticBackground");
|
||||
static Preference<bool> g_bShowDanger( "ShowDanger", true );
|
||||
static Preference<float> g_fBGBrightness( "BGBrightness", 0.7f );
|
||||
static Preference<RandomBackgroundMode> g_RandomBackgroundMode( "RandomBackgroundMode", BGMODE_RANDOMMOVIES );
|
||||
static Preference<int> g_iNumBackgrounds( "NumBackgrounds", 8 );
|
||||
static Preference<int> g_iNumBackgrounds( "NumBackgrounds", 10 );
|
||||
static Preference<bool> g_bSongBackgrounds( "SongBackgrounds", true );
|
||||
|
||||
// Width of the region separating the left and right brightness areas:
|
||||
|
||||
Reference in New Issue
Block a user