mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324).
--HG-- branch : minor
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
/**
|
||||
* Checks whether limits are enabled.
|
||||
**/
|
||||
bool hasLimitsEnabled() const;
|
||||
bool areLimitsEnabled() const;
|
||||
|
||||
/**
|
||||
* Sets the upper limit in degrees.
|
||||
|
||||
Reference in New Issue
Block a user