Fixed mouse2 picking
This commit is contained in:
parent
f6e5ec52fe
commit
683f8d9bcc
|
@ -127,10 +127,10 @@
|
|||
( ) DUP #02 AND ?&top
|
||||
( ) #04 AND ?&bottom
|
||||
.layer LDZ
|
||||
( ) DUP #00 EQU ?&top
|
||||
( ) DUP #01 EQU ?&top
|
||||
( ) #02 EQU ?&bottom
|
||||
#0000 JMP2r
|
||||
&top POP #0001 JMP2r
|
||||
#0001 JMP2r
|
||||
&top POP #0000 JMP2r
|
||||
&bottom #0002 JMP2r
|
||||
|
||||
@<toggle-layer> ( -- )
|
||||
|
|
Loading…
Reference in New Issue