Skip to content

Commit

Permalink
Update MemoryUtil.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 3, 2024
1 parent bd1ee27 commit 49457f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/backend/utils/MemoryUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MemoryUtil {
if (line.indexOf("Type:") == 0) {
return line.substring("Type:".length).trim();
}
}
}*/
// TODO: sort of unsafe? also requires users to use `sudo`
// when launching the engine through the CLI, REIMPLEMENT LATER.
#end
Expand All @@ -170,4 +170,4 @@ class MemoryUtil {
// Gc.exitGCFreeZone();
#end
}
}
}

0 comments on commit 49457f5

Please sign in to comment.