16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

support for K type brakes, tweaks to external camera positioning

This commit is contained in:
tmj-fstate
2017-02-28 17:33:54 +01:00
parent c49b774864
commit 58b183d462
5 changed files with 131 additions and 113 deletions

View File

@@ -444,7 +444,7 @@ public: // modele składowe pojazdu
{
return vUp;
};
inline vector3 VectorLeft()
inline vector3 VectorLeft() const
{
return vLeft;
};
@@ -460,7 +460,7 @@ public: // modele składowe pojazdu
{
return MoverParameters->Dim.L;
};
inline double GetWidth()
inline double GetWidth() const
{
return MoverParameters->Dim.W;
};