1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 19:33:36 +00:00
Funkin/source
AppleHair 4d81aa0fe6
[BUGFIX] Ensure the variation used for the next song is valid.
When playing in story mode, `PlayState` assumes all the songs use the same variation, which is usually true, but not guaranteed. This PR makes `PlayState` use the `getFirstValidVariation` method to find the valid variation instead of using the `currentVariation` variable, which might not be valid.
2024-07-17 18:00:07 +03:00
..
funkin [BUGFIX] Ensure the variation used for the next song is valid. 2024-07-17 18:00:07 +03:00
haxe/ui/backend/flixel A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
Main.hx Fix build issue on release builds. 2024-04-29 18:31:20 -04:00
module.xml
Postbuild.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
Prebuild.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00