We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9475dd1 commit 8562718Copy full SHA for 8562718
source/funkin/game/PlayState.hx
@@ -138,7 +138,8 @@ class PlayState extends MusicBeatState
138
public var downscroll(get, set):Bool;
139
140
@:dox(hide) private function set_downscroll(v:Bool) {
141
- scripts.call('onDownscrollSet', [v]);
+ if (camHUD.downscroll != v)
142
+ scripts.call('onDownscrollSet', [v]);
143
return camHUD.downscroll = v;
144
}
145
@:dox(hide) private function get_downscroll():Bool {
0 commit comments