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
+1 -1
View File
@@ -2055,7 +2055,7 @@ bool Aircraft::Tick()
{
if (!this->IsNormalAircraft()) return true;
PerformanceAccumulator framerate(PFE_GL_AIRCRAFT);
// PerformanceAccumulator framerate(PFE_GL_AIRCRAFT);
this->tick_counter++;