Fixing opengl's use

db4
Daniel Ehrenberg 2008-01-29 13:33:33 -06:00
parent edf1f27247
commit a263784f94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types continuations kernel libc math macros namespaces
math.vectors math.constants math.functions math.parser opengl.gl opengl.glu
combinators arrays sequences splitting words ;
combinators arrays sequences splitting words byte-arrays ;
IN: opengl
: coordinates [ first2 ] 2apply ;