Increase buffer size in displayfps
This commit is contained in:
parent
fd968a0acf
commit
5be8dbedab
@ -1515,7 +1515,7 @@ void IrrDriver::displayFPS()
|
|||||||
if (low > kilotris) low = kilotris;
|
if (low > kilotris) low = kilotris;
|
||||||
if (high < kilotris) high = kilotris;
|
if (high < kilotris) high = kilotris;
|
||||||
|
|
||||||
static char buffer[64];
|
static char buffer[128];
|
||||||
|
|
||||||
if (UserConfigParams::m_artist_debug_mode)
|
if (UserConfigParams::m_artist_debug_mode)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user