new getLow/getHigh methods aren't inline, thanks harkon for report and fix, see Issue 484

This commit is contained in:
erwin.coumans 2011-02-22 01:36:50 +00:00
parent ecaf8d2594
commit 3f74c62ca4

View File

@ -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;
};