mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed compilation of Cocoa backend
src/posix/cocoa/i_video.mm:297:2: error: use of undeclared identifier 'SetFlash'
This commit is contained in:
parent
b7d09c95dd
commit
bc69941514
1 changed files with 0 additions and 2 deletions
|
@ -294,8 +294,6 @@ SystemGLFrameBuffer::SystemGLFrameBuffer(void*, const bool fullscreen)
|
|||
, m_hiDPI(false)
|
||||
, m_window(CreateWindow(STYLE_MASK_WINDOWED))
|
||||
{
|
||||
SetFlash(0, 0);
|
||||
|
||||
NSOpenGLPixelFormat* pixelFormat = CreatePixelFormat();
|
||||
|
||||
if (nil == pixelFormat)
|
||||
|
|
Loading…
Reference in a new issue