We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b50712e + 75b230a commit 8540a8fCopy full SHA for 8540a8f
Source/ORTS.Settings/UserSettings.cs
@@ -183,7 +183,7 @@ public enum DirectXFeature
183
public bool DynamicShadows { get; set; }
184
[Default(false)]
185
public bool ShadowAllShapes { get; set; }
186
- [Default(false)]
+ [Default(true)]
187
public bool ModelInstancing { get; set; }
188
[Default(true)]
189
public bool Wire { get; set; }
@@ -273,7 +273,7 @@ public enum DirectXFeature
273
public bool FullScreen { get; set; }
274
[Default("1024x768")]
275
public string WindowSize { get; set; }
276
- [Default(true)]
+ [Default(false)]
277
public bool WindowGlass { get; set; }
278
279
public bool SuppressConfirmations { get; set; }
0 commit comments