mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
merge, with tmj renderer
This commit is contained in:
10
Timer.cpp
10
Timer.cpp
@@ -47,16 +47,6 @@ void SetDeltaTime(double t)
|
||||
DeltaTime = t;
|
||||
}
|
||||
|
||||
double GetSimulationTime()
|
||||
{
|
||||
return fSimulationTime;
|
||||
}
|
||||
|
||||
void SetSimulationTime(double t)
|
||||
{
|
||||
fSimulationTime = t;
|
||||
}
|
||||
|
||||
bool GetSoundTimer()
|
||||
{ // Ra: być może, by dźwięki nie modyfikowały się zbyt często, po 0.1s zeruje się ten licznik
|
||||
return (fSoundTimer == 0.0f);
|
||||
|
||||
Reference in New Issue
Block a user