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 900af60 commit f486ce9Copy full SHA for f486ce9
Assets/JCSUnity/Scripts/Settings/JCS_AppSettings.cs
@@ -38,7 +38,7 @@ public class JCS_AppSettings : JCS_Settings<JCS_AppSettings>
38
public bool SET_FRAME_RATE = false;
39
40
[Tooltip("Target frame rate.")]
41
- [Range(30, 120)]
+ [Range(-1, 120)]
42
public int FRAME_RATE = 120;
43
44
[Separator("Runtime Variables (JCS_AppSettings)")]
0 commit comments