mirror of
https://github.com/mi57730/a2d.git
synced 2024-12-01 05:50:24 +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
|
;;; Key
|
||||||
|
|
||||||
.proc on_key_down
|
.proc on_key_down
|
||||||
: lda event_params::modifiers
|
lda event_params::modifiers
|
||||||
beq no_mod
|
beq no_mod
|
||||||
|
|
||||||
;; Modifiers
|
;; Modifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user