mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Compiling and running on android, but the window is black when run (bug)
This commit is contained in:
@@ -177,6 +177,8 @@ std::string Application::getOs()
|
||||
return "mac";
|
||||
#elif __linux
|
||||
return "linux";
|
||||
#elif defined ANDROID
|
||||
return "android";
|
||||
#else
|
||||
return "unknown";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user