Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit 9ac08d0

Browse files
da mouse shit
1 parent 0ca8c07 commit 9ac08d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/utils/CoolUtil.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import funkin.visuals.shaders.ALERuntimeShader;
1313
import openfl.system.Capabilities;
1414
import openfl.filters.ShaderFilter;
1515
import openfl.filters.BitmapFilter;
16+
import openfl.ui.Mouse;
1617

1718
import core.config.MainState;
1819
import core.Main;
@@ -176,6 +177,8 @@ class CoolUtil
176177
}
177178

178179
FlxG.resetGame();
180+
181+
Mouse.cursor = ARROW;
179182
}
180183

181184
public static function formatSongPath(string:String):String

0 commit comments

Comments
 (0)