Fix accessors
parent
7d64fe50a1
commit
e486d74460
|
@ -37,9 +37,9 @@ IN: game.debug.tests
|
|||
] float-array{ } make
|
||||
mvp-matrix draw-debug-points
|
||||
|
||||
"Frame: " world frame-number>> number>string append
|
||||
"Frame: " world frame#>> number>string append
|
||||
COLOR: purple { 5 5 } world dim>> draw-text
|
||||
world [ 1 + ] change-frame-number drop ;
|
||||
world [ 1 + ] change-frame# drop ;
|
||||
|
||||
TUPLE: tests-world < wasd-world frame-number ;
|
||||
M: tests-world draw-world* draw-debug-tests ;
|
||||
|
|
Loading…
Reference in New Issue