Skip to content

Commit 129a6a9

Browse files
committed
fix(App): Update tooltips for framerate variables
1 parent 877351a commit 129a6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/JCSUnity/Scripts/Settings/JCS_ApplicationSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public class JCS_ApplicationSettings : JCS_Settings<JCS_ApplicationSettings>
3030

3131
[Separator("Initialize Variables (JCS_ApplicationSettings)")]
3232

33-
[Tooltip("Control frame rate yourself.")]
33+
[Tooltip("Enable to overwrite the default frame rate.")]
3434
public bool SET_FRAME_RATE = false;
3535

36-
[Tooltip("Set the game frame rate.")]
36+
[Tooltip("Target frame rate.")]
3737
[Range(30, 120)]
3838
public int FRAME_RATE = 120;
3939

0 commit comments

Comments
 (0)