Remove vehicle measurements from framerate counter

This commit is contained in:
Pavel Stupnikov
2019-04-01 03:26:58 +03:00
parent d308f529a3
commit 7f9d104dee
5 changed files with 9 additions and 9 deletions

View File

@@ -793,7 +793,7 @@ reverse_direction:
bool Ship::Tick()
{
PerformanceAccumulator framerate(PFE_GL_SHIPS);
// PerformanceAccumulator framerate(PFE_GL_SHIPS);
if (!(this->vehstatus & VS_STOPPED)) this->running_ticks++;