1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-07-12 22:28:03 +00:00
Funkin/source/funkin/util
Mike Welsh a516e9199f Remove DynamicTools; fix pause menu on HTML5
Calls intended for `ArrayTools.clone` were being routed to
`DynamicTools.clone` due to the order of `using` statements in
`imports.hx`. This caused the pause menu to break due to arrays
becoming fubar (missing length property).

Using `DynamicTools` is a little dangerous, so remove it in favor
of calling `Reflect.copy` directly.
2024-03-05 23:21:57 -08:00
..
assets
logging
macro
plugins
tools Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
BezierUtil.hx
ClipboardUtil.hx
CLIUtil.hx
Constants.hx
DateUtil.hx
FileUtil.hx
FlxGamepadUtil.hx
HaxeUIUtil.hx
InputUtil.hx
MathUtil.hx
MemoryUtil.hx
MouseUtil.hx
PlatformUtil.hx
SerializerUtil.hx
SortUtil.hx
TrackerUtil.hx
VersionUtil.hx
WindowUtil.hx