Increase debug coords string buffer to prevent crashes
This commit is contained in:
parent
9b3c25227a
commit
0028dc8431
@ -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