summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-09 18:33:50 +0100
committerRay <[email protected]>2020-01-09 18:33:50 +0100
commitfcf15fe8c023a0308e1eec1a10dec09a748ccbe6 (patch)
tree405388c75077757725a5b6deb1d33844f539fc5e /src
parent1694887f9b662593264ca4b64cf7e73cf54e54a5 (diff)
downloadraylib-fcf15fe8c023a0308e1eec1a10dec09a748ccbe6.tar.gz
raylib-fcf15fe8c023a0308e1eec1a10dec09a748ccbe6.zip
Removed comment
Diffstat (limited to 'src')
-rw-r--r--src/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 756d6170..1a1ee825 100644
--- a/src/core.c
+++ b/src/core.c
@@ -3820,7 +3820,6 @@ static void PollInputEvents(void)
// NOTE: Never close window, native activity is controlled by the system!
if (androidApp->destroyRequested != 0)
{
- //TraceLog(LOG_INFO, "Closing Window...");
//windowShouldClose = true;
//ANativeActivity_finish(androidApp->activity);
}