mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-21 11:21:22 +00:00
* 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:
parent
fbd7c0cf41
commit
34844894df
1 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue