mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Set opaque clear color
This commit is contained in:
parent
0569acd5d6
commit
d8be168474
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ static ApplicationController* appCtrl;
|
|||
const NSSize viewSize = GetRealContentViewSize(m_window);
|
||||
|
||||
glViewport(0, 0, viewSize.width, viewSize.height);
|
||||
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
|
||||
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
||||
CGLFlushDrawable(CGLGetCurrentContext());
|
||||
|
|
Loading…
Reference in a new issue