We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015caa6 commit 621555fCopy full SHA for 621555f
1 file changed
Assets/Scripts/TrajectoryPlanner/Utilities/Settings.cs
@@ -444,12 +444,11 @@ private void Awake()
444
if (Instance != null)
445
Debug.LogError("Make sure there is only one Settings object in the scene!");
446
Instance = this;
447
-
448
- LoadSettings();
449
}
450
451
private void Start()
452
{
+ LoadSettings();
453
ApplySettings();
454
455
0 commit comments