new getLow/getHigh methods aren't inline, thanks harkon for report and fix, see Issue 484
This commit is contained in:
@@ -399,9 +399,9 @@ public:
|
||||
/// Returns correction value multiplied by sign value
|
||||
btScalar getError() const;
|
||||
|
||||
inline btScalar getLow() const;
|
||||
btScalar getLow() const;
|
||||
|
||||
inline btScalar getHigh() const;
|
||||
btScalar getHigh() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user