mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Removed redundant GL call.
This commit is contained in:
parent
410c09cb35
commit
1cc479affd
@ -297,8 +297,6 @@ const char *fragmentShader =
|
||||
glDrawArrays(GL_TRIANGLES, 0, _crtFrame->number_of_runs*6);
|
||||
}
|
||||
|
||||
glSwapAPPLE();
|
||||
|
||||
CGLFlushDrawable([[self openGLContext] CGLContextObj]);
|
||||
CGLUnlockContext([[self openGLContext] CGLContextObj]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user