diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
commit | 69cce2c92e067595d862c479104df6e966a1e8ee (patch) | |
tree | 33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/audio | |
parent | 1e28d68b1fc17a95b0dda305633be2016b692836 (diff) | |
download | hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2 hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst |
refactor menu system yet again
Diffstat (limited to 'client/audio')
-rw-r--r-- | client/audio/sound.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/audio/sound.gd b/client/audio/sound.gd index ddb610c5..6a562d75 100644 --- a/client/audio/sound.gd +++ b/client/audio/sound.gd @@ -10,9 +10,6 @@ func play_hover(): hover_sound.play() func play_hover_maybe(element): - if Global.focus_auto_changed: - Global.focus_auto_changed = false - return if element is Button: if element.is_hovered(): return |