Skip to content

Commit

Permalink
Update MemoryCounter.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Oct 2, 2024
1 parent a672242 commit cba0975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/debug/MemoryCounter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MemoryCounter extends TextField
/**
The current usage of RAM/memory. (WARNING: this is NOT your total program memory usage, rather it shows the garbage collector memory)
**/
#if html5 public var memoryMegas(get, never):Float; #end
#if !html5 public var memoryMegas(get, never):Float; #end

@:noCompletion private var times:Array<Float>;

Expand Down

0 comments on commit cba0975

Please sign in to comment.