Add missing USING: accessors vocab to demo-support

db4
Joe Groff 2008-04-27 18:48:39 -07:00
parent d6a67d475c
commit 89df7fd104
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: arrays combinators.lib kernel math math.functions
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
: FOV 2.0 sqrt 1+ ; inline