Fix PC build bug

This commit is contained in:
OttoLidenbrock 2015-05-17 00:32:00 +10:00
parent c27ae07f46
commit e098ffee67
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public:
virtual void exitToOS()
{
shutdown_requested = true;
#ifndef __ANDROID__
#ifdef __ANDROID__
porting::handleAndroidActivityEvents();
#endif
}