mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
a516e9199f
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. |
||
---|---|---|
.. | ||
flixel/addons/transition | ||
funkin | ||
haxe/ui/backend/flixel | ||
Main.hx | ||
module.xml | ||
Postbuild.hx | ||
Prebuild.hx |