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 a255092 commit 7a99263Copy full SHA for 7a99263
Assets/JCSUnity/Scripts/Settings/JCS_GameSettings.cs
@@ -39,7 +39,7 @@ public class JCS_GameSettings : JCS_Settings<JCS_GameSettings>
39
[Separator("Runtime Variables (JCS_GameSettings)")]
40
41
[Tooltip("Debug mode flag.")]
42
- public bool debugMode = true;
+ public bool debugMode = false;
43
44
[Tooltip("Gravity production. (For game that have gravity in it)")]
45
public float gravityProduct = 4.5f;
0 commit comments