mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 07:49:20 +00:00
fix unreferenced label warning
This commit is contained in:
parent
ed464dd1fa
commit
8cc1b3499c
@ -509,7 +509,7 @@ title: jsr on_title_bar_click
|
||||
;;; Key
|
||||
|
||||
.proc on_key_down
|
||||
: lda event_params::modifiers
|
||||
lda event_params::modifiers
|
||||
beq no_mod
|
||||
|
||||
;; Modifiers
|
||||
|
Loading…
Reference in New Issue
Block a user