1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/funkin/util/tools
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
..
ArraySortTools.hx
ArrayTools.hx
FloatTools.hx fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00
ICloneable.hx
Int64Tools.hx
IntTools.hx
IteratorTools.hx
MapTools.hx
SongEventDataArrayTools.hx
SongNoteDataArrayTools.hx
StringTools.hx Unit Test Suite (#119) 2023-08-22 04:27:30 -04:00
TimerTools.hx fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00