springies.ui: Use color objects

db4
Eduardo Cavazos 2008-07-31 16:11:03 -05:00
parent e61f2321d0
commit 9ded594f14
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ IN: springies.ui
GL_MODELVIEW glMatrixMode
glLoadIdentity ;
: display ( -- ) set-projection black gl-color draw-nodes draw-springs ;
! : display ( -- ) set-projection black gl-color draw-nodes draw-springs ;
: display ( -- ) set-projection black set-color draw-nodes draw-springs ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!