Merge pull request #1396 from Spel0/thorns-fix
Thorns character preloading crash fix
This commit is contained in:
commit
fc72d43b28
@ -164,7 +164,7 @@ class Paths
|
||||
if (isCharacter)
|
||||
if (usecahce)
|
||||
#if cpp
|
||||
return FlxAtlasFrames.fromSpriteSheetPacker(imageCached(key), file('images/$key.txt', library));
|
||||
return FlxAtlasFrames.fromSpriteSheetPacker(imageCached(key), file('images/characters/$key.txt', library));
|
||||
#else
|
||||
return null;
|
||||
#end
|
||||
|
Loading…
x
Reference in New Issue
Block a user