automata.ui: Use color objects
parent
95b097789c
commit
80c599e9ea
|
@ -30,7 +30,7 @@ IN: automata.ui
|
||||||
|
|
||||||
: draw-bitmap ( bitmap -- ) GL_POINTS glBegin (draw-bitmap) glEnd ;
|
: draw-bitmap ( bitmap -- ) GL_POINTS glBegin (draw-bitmap) glEnd ;
|
||||||
|
|
||||||
: display ( -- ) black gl-color bitmap> draw-bitmap ;
|
: display ( -- ) black set-color bitmap> draw-bitmap ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue