Don't call glFlush, it's useless

db4
Slava Pestov 2009-04-04 20:03:44 -05:00
parent e84cc5f82d
commit 1a4f2724e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ HOOK: offscreen-pixels ui-backend ( world -- alien w h )
: with-gl-context ( handle quot -- )
swap [ select-gl-context call ] keep
glFlush flush-gl-context gl-error ; inline
flush-gl-context gl-error ; inline
HOOK: (with-ui) ui-backend ( quot -- )