Skip to content

Commit

Permalink
remove keepCache from polymod reload
Browse files Browse the repository at this point in the history
don't necessarily want to keep the image cache when reloading polymod since you may be trying to update a graphic
  • Loading branch information
ThatRozebudDude committed Jan 30, 2025
1 parent c1830f6 commit 6f6e8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/modding/PolymodHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class PolymodHandler
public static function reload(?restartState:Bool = true):Void{
reloadScripts();
//scriptableClassCheck();
ImageCache.keepCache = true;
if(restartState){ FlxG.resetState(); }
}

Expand Down

0 comments on commit 6f6e8c0

Please sign in to comment.