* fixed output

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/1.5@304 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn 2008-08-06 17:53:40 +00:00
parent fbd7c0cf41
commit 34844894df

View file

@ -1725,7 +1725,7 @@ void CamWnd::BenchMark()
Camera_setAngles(*this, angles);
}
double dEnd = Sys_DoubleTime();
globalOutputStream() << FloatFormat(dEnd - dStart, 5, 2), " seconds\n";
globalOutputStream() << FloatFormat(dEnd - dStart, 5, 2) << " seconds\n";
}