Increase buffer size in displayfps

This commit is contained in:
Vincent Lejeune 2014-01-28 21:35:12 +01:00
parent fd968a0acf
commit 5be8dbedab

View File

@ -1515,7 +1515,7 @@ void IrrDriver::displayFPS()
if (low > kilotris) low = kilotris;
if (high < kilotris) high = kilotris;
static char buffer[64];
static char buffer[128];
if (UserConfigParams::m_artist_debug_mode)
{