2
0
Эх сурвалжийг харах

Add contributor credit, fix editor code comment.

Lasse Öörni 9 жил өмнө
parent
commit
a9625eae8a

+ 1 - 0
Docs/Urho3D.dox

@@ -99,6 +99,7 @@ Urho3D development, contributions and bugfixes by:
 - Daniel Wiberg
 - Daniel Wiberg
 - Steven Zhang
 - Steven Zhang
 - AGreatFish
 - AGreatFish
+- BlueMagnificent
 - Enhex
 - Enhex
 - Firegorilla
 - Firegorilla
 - Lumak
 - Lumak

+ 1 - 0
README.md

@@ -51,6 +51,7 @@ Urho3D development, contributions and bugfixes by:
 - Daniel Wiberg
 - Daniel Wiberg
 - Steven Zhang
 - Steven Zhang
 - AGreatFish
 - AGreatFish
+- BlueMagnificent
 - Enhex
 - Enhex
 - Firegorilla
 - Firegorilla
 - Lumak
 - Lumak

+ 1 - 1
bin/Data/Scripts/Editor.as

@@ -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