mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-06 16:04:54 -04:00
Clean-up extraneous glFlush(), it's all in the main thread on shared context..
This commit is contained in:
@@ -63,8 +63,8 @@ void UITestContext::Draw() {
|
||||
}
|
||||
|
||||
void UITestContext::DrawEnd() {
|
||||
glFlush();
|
||||
// glFlush();
|
||||
|
||||
CheckGLError();
|
||||
// CheckGLError();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user