]> gitweb.factorcode.org Git - factor.git/commitdiff
opengl.annotations: Fix tuple slot name.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 03:00:41 +0000 (20:00 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 03:00:41 +0000 (20:00 -0700)
basis/opengl/annotations/annotations.factor

index 9e84732cfe5b0e524e94f5bf366265ec2b64e814..54334c8aef0bd37bc06b3870395b25cad3c06e14 100644 (file)
@@ -7,7 +7,7 @@ IN: opengl.annotations
 
 TUPLE: gl-error-log
     { function word initial: t }
-    { error gl-error }
+    { error gl-error-tuple }
     { timestamp timestamp } ;
 
 gl-error-log [ V{ } clone ] initialize