mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-25 01:06:04 +02:00
Increase debug coords string buffer to prevent crashes
This commit is contained in:
@@ -1179,7 +1179,7 @@ int main(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
char uitext[512] = "";
|
char uitext[512] = "";
|
||||||
char heattext[128] = "";
|
char heattext[128] = "";
|
||||||
char coordtext[13] = "";
|
char coordtext[128] = "";
|
||||||
int currentTime = 0;
|
int currentTime = 0;
|
||||||
int FPS = 0;
|
int FPS = 0;
|
||||||
int pastFPS = 0;
|
int pastFPS = 0;
|
||||||
|
Reference in New Issue
Block a user