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.
1 parent 8cfa65e commit 4027f9aCopy full SHA for 4027f9a
Engine/Settings.cs
@@ -421,7 +421,6 @@ private void parseSettingsHashtable(Hashtable settingsHashtable)
421
}
422
423
var booleanVal = (bool)val;
424
- var thisType = this.GetType();
425
var field = this.GetType().GetField(
426
key,
427
BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.NonPublic);
0 commit comments