mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 22:34:52 -04:00
Additional changes to work with Simon's pull request.
-Remove unneeded glFinish() call in GLWidget. -Remove unneeded AMD_OS_WIN preprocessor in several projects. -Define NVIDIA in all projects that use the NvidiaRelease build and depend on OpenCL.
This commit is contained in:
@ -251,7 +251,6 @@ void GLWidget::paintGL()
|
||||
glDisable(GL_LINE_SMOOTH);
|
||||
glDisable(GL_POINT_SMOOTH);
|
||||
|
||||
glFinish();
|
||||
m_Drawing = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user