mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-19 09:48:15 +00:00
Removed comment
This commit is contained in:
@@ -3820,7 +3820,6 @@ static void PollInputEvents(void)
|
|||||||
// NOTE: Never close window, native activity is controlled by the system!
|
// NOTE: Never close window, native activity is controlled by the system!
|
||||||
if (androidApp->destroyRequested != 0)
|
if (androidApp->destroyRequested != 0)
|
||||||
{
|
{
|
||||||
//TraceLog(LOG_INFO, "Closing Window...");
|
|
||||||
//windowShouldClose = true;
|
//windowShouldClose = true;
|
||||||
//ANativeActivity_finish(androidApp->activity);
|
//ANativeActivity_finish(androidApp->activity);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user