mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
elseif typo
This commit is contained in:
parent
2a6dc53395
commit
18fe18ee12
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Instance *_instance;
|
|||
void platform::create() {
|
||||
#ifdef Q_OS_WIN
|
||||
_instance =new WINInstance();
|
||||
#elseif defined(Q_OS_MAC)
|
||||
#elif defined(Q_OS_MAC)
|
||||
_instance = new MACOSInstance();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue