Add missing USING: accessors vocab to demo-support
parent
d6a67d475c
commit
89df7fd104
|
@ -1,6 +1,6 @@
|
||||||
USING: arrays combinators.lib kernel math math.functions
|
USING: arrays combinators.lib kernel math math.functions
|
||||||
math.order math.vectors namespaces opengl opengl.gl sequences ui
|
math.order math.vectors namespaces opengl opengl.gl sequences ui
|
||||||
ui.gadgets ui.gestures ui.render ;
|
ui.gadgets ui.gestures ui.render accessors ;
|
||||||
IN: opengl.demo-support
|
IN: opengl.demo-support
|
||||||
|
|
||||||
: FOV 2.0 sqrt 1+ ; inline
|
: FOV 2.0 sqrt 1+ ; inline
|
||||||
|
|
Loading…
Reference in New Issue