Merge branch 'master' of git://github.com/Shyotl/SingularityViewer

This commit is contained in:
Lirusaito
2019-03-02 19:01:49 -05:00
124 changed files with 3136 additions and 3027 deletions

View File

@@ -1618,6 +1618,7 @@ BOOL LLWindowWin32::switchContext(BOOL fullscreen, const LLCoordScreen &size, co
{
show();
glClearColor(0.0f, 0.0f, 0.0f, 0.f);
gGL.syncContextState();
glClear(GL_COLOR_BUFFER_BIT);
swapBuffers();
}