mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- fixed crash with Cocoa backend on startup
This commit is contained in:
parent
2aac222d35
commit
d2c7ffb2ca
1 changed files with 0 additions and 8 deletions
|
@ -527,14 +527,6 @@ void SystemGLFrameBuffer::SetMode(const bool fullscreen, const bool hiDPI)
|
||||||
SetWindowedMode();
|
SetWindowedMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
const NSSize viewSize = I_GetContentViewSize(m_window);
|
|
||||||
|
|
||||||
glViewport(0, 0, static_cast<GLsizei>(viewSize.width), static_cast<GLsizei>(viewSize.height));
|
|
||||||
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
|
||||||
|
|
||||||
[[NSOpenGLContext currentContext] flushBuffer];
|
|
||||||
|
|
||||||
[m_window updateTitle];
|
[m_window updateTitle];
|
||||||
|
|
||||||
if (![m_window isKeyWindow])
|
if (![m_window isKeyWindow])
|
||||||
|
|
Loading…
Reference in a new issue