mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 21:55:55 +00:00
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. |
||
|---|---|---|
| .. | ||
| ArraySortTools.hx | ||
| ArrayTools.hx | ||
| FloatTools.hx | ||
| ICloneable.hx | ||
| Int64Tools.hx | ||
| IntTools.hx | ||
| IteratorTools.hx | ||
| MapTools.hx | ||
| SongEventDataArrayTools.hx | ||
| SongNoteDataArrayTools.hx | ||
| StringTools.hx | ||
| TimerTools.hx | ||