[CRASHFIX] Fix crash when hot-reloading in Lag Adjustment menu#7304
[CRASHFIX] Fix crash when hot-reloading in Lag Adjustment menu#7304AnimatingLegend wants to merge 1 commit intoFunkinCrew:developfrom
Conversation
2265574 to
b77bef0
Compare
|
Yeyy!.. idk what to say lol |
|
Also when your in Offset Calibration the first like 10/9 notes DONT appear. Video: https://www.youtube.com/watch?v=Ez72jmEeoCk. And i think that the offsets are wrong. but in like 0.8.3 (NOT SURE) i did like the offset thing and it was WAYY smaller. not -51 like -17 to -20 there. so.. idk if thats a bug or just my input. but look into that please. |
Thats an intentional feature the actual devs added themselves, and i think they have no plans on changing it anytime soon, if not EVER. |
b77bef0 to
3b1c7e3
Compare
|
oh okay thx |
bd8e1cd to
5cd3fda
Compare
2abd802 to
ec59410
Compare
f7618b0 to
0738497
Compare
… menu (FunkinCrew#7285) - Added a null check for `FlxG.sound.music` before calling `fadeOut()`. - Created `switchToOffsets()` to avoid duplicating the original code.
0738497 to
e228434
Compare
Linked Issues
Description
This PR fixes an obscure crash when hot-reloading in the lag adjustments menu.
Changes:
FlxG.sound.musicbefore callingfadeOut().switchToOffsets()to avoid duplicating the original code.Screenshots/Videos
BEFORE:
lag_adjustment_crash_before.mp4
AFTER:
lag_adjustment_crash_after.mp4