mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'tmj-dev' into lua
This commit is contained in:
@@ -91,8 +91,8 @@ void UpdateTimers(bool pause)
|
||||
}
|
||||
else
|
||||
DeltaTime = 0.0; // wszystko stoi, bo czas nie płynie
|
||||
oldCount = count;
|
||||
|
||||
oldCount = count;
|
||||
// Keep track of the time lapse and frame count
|
||||
#if __linux__
|
||||
double fTime = (double)(count / 1000000000);
|
||||
@@ -111,6 +111,7 @@ void UpdateTimers(bool pause)
|
||||
}
|
||||
fSimulationTime += DeltaTime;
|
||||
};
|
||||
};
|
||||
|
||||
}; // namespace timer
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user