Skip to content

Commit 8540a8f

Browse files
authored
Merge pull request #668 from twpol/feature/fix-defaults
fix: Swap defaults for instancing and glass back
2 parents b50712e + 75b230a commit 8540a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/ORTS.Settings/UserSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public enum DirectXFeature
183183
public bool DynamicShadows { get; set; }
184184
[Default(false)]
185185
public bool ShadowAllShapes { get; set; }
186-
[Default(false)]
186+
[Default(true)]
187187
public bool ModelInstancing { get; set; }
188188
[Default(true)]
189189
public bool Wire { get; set; }
@@ -273,7 +273,7 @@ public enum DirectXFeature
273273
public bool FullScreen { get; set; }
274274
[Default("1024x768")]
275275
public string WindowSize { get; set; }
276-
[Default(true)]
276+
[Default(false)]
277277
public bool WindowGlass { get; set; }
278278
[Default(false)]
279279
public bool SuppressConfirmations { get; set; }

0 commit comments

Comments
 (0)