Skip to content

Commit 1eb1e75

Browse files
for fucks sake
1 parent 2f012ce commit 1eb1e75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

buildnumber.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2051
1+
2052

source/funkin/system/FunkinSprite.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class FunkinSprite extends FlxSprite implements IBeatReceiver implements IOffset
6969
if (Assets.exists('$noExt/Animation.json')
7070
&& Assets.exists('$noExt/spritemap1.json')
7171
&& Assets.exists('$noExt/spritemap1.png')) {
72+
Assets.cache.clear(noExt);
7273
atlasPath = noExt;
7374
animateAtlas = new FlxAnimate(x, y, noExt);
7475
}

0 commit comments

Comments
 (0)