mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324).
--HG-- branch : minor
This commit is contained in:
@@ -53,7 +53,7 @@ int w_newDecoder(lua_State *L)
|
||||
|
||||
int w_newSoundData(lua_State *L)
|
||||
{
|
||||
SoundData *t = 0;
|
||||
SoundData *t = nullptr;
|
||||
|
||||
if (lua_isnumber(L, 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user