mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-08 08:30:16 +00:00
new getLow/getHigh methods aren't inline, thanks harkon for report and fix, see Issue 484
This commit is contained in:
parent
ecaf8d2594
commit
3f74c62ca4
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user