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:
4
DynObj.h
4
DynObj.h
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user