Fixed: #1053 screen mode retrieval only in cocoa mode
This commit is contained in:
parent
89b4b27d1b
commit
e034715e44
1 changed files with 3 additions and 1 deletions
|
@ -1580,7 +1580,9 @@ bool CDriverGL::getModes(std::vector<GfxMode> &modes)
|
|||
// Mode index
|
||||
modeIndex++;
|
||||
}
|
||||
#elif defined(NL_OS_MAC)
|
||||
|
||||
#elif defined(NL_OS_MAC) && defined(NL_MAC_NATIVE)
|
||||
|
||||
NL3D::MAC::getModes(modes);
|
||||
|
||||
#elif defined (NL_OS_UNIX)
|
||||
|
|
Loading…
Reference in a new issue