Skip to content

Commit

Permalink
fixed crash on NewFreeplayState... with stupid reason
Browse files Browse the repository at this point in the history
  • Loading branch information
HRK-EXEX committed Jan 2, 2025
1 parent fe29bd4 commit cf6c2d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/mikolka/vslice/freeplay/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ class FreeplayState extends MusicBeatSubstate

override function create():Void
{
Paths.clearStoredMemory();
Paths.clearUnusedMemory();

if (ClientPrefs.data.disableGC) {
MemoryUtil.compact();
MemoryUtil.disable();
Expand Down

0 comments on commit cf6c2d1

Please sign in to comment.