mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 08:22:55 +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
|
||||
char uitext[512] = "";
|
||||
char heattext[128] = "";
|
||||
char coordtext[13] = "";
|
||||
char coordtext[128] = "";
|
||||
int currentTime = 0;
|
||||
int FPS = 0;
|
||||
int pastFPS = 0;
|
||||
|
Reference in New Issue
Block a user