Fix typo
parent
5001453ce3
commit
f89117fd91
|
@ -18,7 +18,7 @@ public:
|
||||||
JointConstraintType type() const;
|
JointConstraintType type() const;
|
||||||
float minHingeDegrees() const;
|
float minHingeDegrees() const;
|
||||||
float maxHingeDegrees() const;
|
float maxHingeDegrees() const;
|
||||||
const const QVector3D &hingePlaneNormal() const;
|
const QVector3D &hingePlaneNormal() const;
|
||||||
private:
|
private:
|
||||||
JointConstraintType m_type;
|
JointConstraintType m_type;
|
||||||
float m_minHingeDegrees = 0;
|
float m_minHingeDegrees = 0;
|
||||||
|
|
Loading…
Reference in New Issue