|
@@ -45,7 +45,7 @@ void Start()
|
|
|
|
|
|
|
|
// Disable Editor auto exit, check first if it is OK to exit
|
|
// Disable Editor auto exit, check first if it is OK to exit
|
|
|
engine.autoExit = false;
|
|
engine.autoExit = false;
|
|
|
- // Pause completely when minimized to save OS resources, reduce minimized framerate
|
|
|
|
|
|
|
+ // Pause completely when minimized to save OS resources, reduce defocused framerate
|
|
|
engine.pauseMinimized = true;
|
|
engine.pauseMinimized = true;
|
|
|
engine.maxInactiveFps = 10;
|
|
engine.maxInactiveFps = 10;
|
|
|
// Enable console commands from the editor script
|
|
// Enable console commands from the editor script
|