diff --git a/basis/opengl/opengl.factor b/basis/opengl/opengl.factor index 2b31079f66..80f72b9f3a 100644 --- a/basis/opengl/opengl.factor +++ b/basis/opengl/opengl.factor @@ -99,8 +99,8 @@ MACRO: all-enabled-client-state ( seq quot -- ) #! We use GL_LINE_STRIP with a duplicated first vertex #! instead of GL_LINE_LOOP to work around a bug in Apple's #! X3100 driver. - loc first2 [ 0.3 - ] bi@ :> ( x y ) - dim first2 [ 0.6 + ] bi@ :> ( w h ) + loc first2 [ 0.3 + ] bi@ :> ( x y ) + dim first2 [ 0.6 - ] bi@ :> ( w h ) [ x y x w + y