From d4bdeab1c76201678b79434ba4b7d171c50ae7d9 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Wed, 6 Aug 2008 15:14:42 -0500 Subject: [PATCH] lsys.ui: Minor fix --- extra/lsys/ui/ui.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/lsys/ui/ui.factor b/extra/lsys/ui/ui.factor index d9f4a0f3c0..832f7b9131 100644 --- a/extra/lsys/ui/ui.factor +++ b/extra/lsys/ui/ui.factor @@ -57,9 +57,9 @@ camera> do-look-at GL_FRONT_AND_BACK GL_LINE glPolygonMode -! white gl-color +white color>raw glColor4d -white set-color +! white set-color GL_LINES glBegin { 0 0 0 } gl-vertex { 0 0 1 } gl-vertex glEnd