EXT-6419 Adding comma to viewer stats texture time output

meow-7.2.2
Palmer Truelson 2010-03-17 14:23:40 -07:00
parent e898ec97a2
commit fd749ea7d5
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ void send_stats()
misc["string_1"] = llformat("%d", window_size);
if (gDebugTimers.find(0) != gDebugTimers.end() && gFrameTimeSeconds > 0)
{
misc["string_2"] = llformat("Texture Time: %.2f Total Time: %.2f", gDebugTimers[0].getElapsedTimeF32(), gFrameTimeSeconds);
misc["string_2"] = llformat("Texture Time: %.2f, Total Time: %.2f", gDebugTimers[0].getElapsedTimeF32(), gFrameTimeSeconds);
}
// misc["int_1"] = LLSD::Integer(gSavedSettings.getU32("RenderQualityPerformance")); // Steve: 1.21