diff options
| author | Ray <[email protected]> | 2020-01-09 18:33:50 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-01-09 18:33:50 +0100 |
| commit | fcf15fe8c023a0308e1eec1a10dec09a748ccbe6 (patch) | |
| tree | 405388c75077757725a5b6deb1d33844f539fc5e /src | |
| parent | 1694887f9b662593264ca4b64cf7e73cf54e54a5 (diff) | |
| download | raylib-fcf15fe8c023a0308e1eec1a10dec09a748ccbe6.tar.gz raylib-fcf15fe8c023a0308e1eec1a10dec09a748ccbe6.zip | |
Removed comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |
