update xcode

This commit is contained in:
2019-03-24 02:15:28 +01:00
parent a50654d8b7
commit d6804e95cd
2 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ bool App::vr_start()
{
#ifdef _WIN32
return win32_vr_start();
#else
return false;
#endif
}