]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/spheres/spheres.factor
core/basis/extra: use flags{ } in places.
[factor.git] / extra / spheres / spheres.factor
index 0c6c3d134ff5393542e6996776dca98097f724e3..2b5d1db4164076641dc05a6cab2d629a88ad6c1a 100644 (file)
@@ -206,7 +206,7 @@ M: spheres-world end-world
     program center radius (draw-sphere) ;
 
 : sphere-scene ( gadget -- )
-    GL_DEPTH_BUFFER_BIT GL_COLOR_BUFFER_BIT bitor glClear
+    flags{ GL_DEPTH_BUFFER_BIT GL_COLOR_BUFFER_BIT } glClear
     [
         solid-sphere-program>> [
             {