From 22c8e78c6d3f40b7c3e38ad6e7d61a4fe6791c09 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 20:00:41 -0700 Subject: [PATCH] opengl.annotations: Fix tuple slot name. --- basis/opengl/annotations/annotations.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/opengl/annotations/annotations.factor b/basis/opengl/annotations/annotations.factor index 9e84732cfe..54334c8aef 100644 --- a/basis/opengl/annotations/annotations.factor +++ b/basis/opengl/annotations/annotations.factor @@ -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