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 3c513bc commit 641edf3Copy full SHA for 641edf3
3 files changed
buildnumber.txt
@@ -1 +1 @@
1
-2069
+2070
source/funkin/system/Main.hx
@@ -194,7 +194,7 @@ class Main extends Sprite
194
Assets.registerLibrary('default', lib);
195
196
funkin.options.PlayerSettings.init();
197
- FlxG.save.bind('Codename Engine');
+ FlxG.save.bind('Codename-Engine');
198
Options.load();
199
Highscore.load();
200
source/funkin/utils/MemoryUtil.hx
@@ -14,7 +14,6 @@ import openfl.system.System;
14
class MemoryUtil {
15
public static function init() {
16
#if cpp
17
- // cpp.NativeGc.addFinalizable(new MemoryUtil(), false);
18
#end
19
}
20
public static function clearMinor() {
0 commit comments