default to showing backgrounds in editor

This commit is contained in:
Chris Danford
2009-11-04 02:49:39 +00:00
parent c31d1b0af3
commit 3bf90000bc
+1 -1
View File
@@ -40,7 +40,7 @@
*/ */
static Preference<float> g_iDefaultRecordLength( "DefaultRecordLength", 4 ); static Preference<float> g_iDefaultRecordLength( "DefaultRecordLength", 4 );
static Preference<bool> g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", false ); static Preference<bool> g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", true );
// //
// Defines specific to ScreenEdit // Defines specific to ScreenEdit