16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 12:49:18 +02:00

improved consistency of simulation updates, reduction of random factor in acceleration calculations

This commit is contained in:
tmj-fstate
2017-09-05 22:19:46 +02:00
parent 2446468038
commit 2324ae5eda
9 changed files with 115 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ class TTrackFollower
{
return fDirection;
}; // zwrot na torze
inline double GetTranslation()
inline double GetTranslation() const
{
return fCurrentDistance;
}; // ABu-030403