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

@@ -3901,7 +3901,7 @@ Money Train::GetRunningCost() const
*/
bool Train::Tick()
{
PerformanceAccumulator framerate(PFE_GL_TRAINS);
// PerformanceAccumulator framerate(PFE_GL_TRAINS);
this->tick_counter++;