Sam Lantinga
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
12 年之前 |
Sam Lantinga
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
12 年之前 |
Gabriel Jacobo
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 年之前 |