Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
bruhh....
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeMaru committed Dec 29, 2023
1 parent e6e5751 commit 9c8915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/states/MusicBeatState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class MusicBeatState extends FlxUIState implements IMusicGetter {
@:noCompletion
inline private function __superUpdate(elapsed:Float) {
for (basic in members) {
if (basic != null && basic.exists && basic.visible)
if (basic != null && basic.exists && basic.active)
basic.update(elapsed);
}
}
Expand Down

0 comments on commit 9c8915b

Please sign in to comment.