Skip to content

Commit

Permalink
1 last commit
Browse files Browse the repository at this point in the history
Minor description change for the Garbage Collection Rate option
  • Loading branch information
JordanSantiagoYT committed Sep 6, 2024
1 parent 9d6b48d commit 2630dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using StringTools;

class MainMenuState extends MusicBeatState
{
public static var psychEngineJSVersion:String = '1.32.2'; //This is also used for Discord RPC
public static var psychEngineJSVersion:String = '1.33.0'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '0.6.3'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

Expand Down
2 changes: 1 addition & 1 deletion source/options/GameRendererSettingsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class GameRendererSettingsSubState extends BaseOptionsMenu
option.decimals = 0;

var option:Option = new Option('Garbage Collection Rate',
"After how many seconds rendered should a garbage collection be performed?\nIf it's set to 0, the game will not garbage collect at all.",
"After how many seconds rendered should a garbage collection be performed?\nIf it's set to 0, the game will not run GC at all.",
'renderGCRate',
'float',
5.0);
Expand Down

0 comments on commit 2630dfc

Please sign in to comment.