mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Use different output messages for deprecated methods versus functions.
--HG-- branch : minor
This commit is contained in:
@@ -180,7 +180,7 @@ int w_PrismaticJoint_getReferenceAngle(lua_State *L)
|
||||
|
||||
int w_PrismaticJoint_hasLimitsEnabled(lua_State *L)
|
||||
{
|
||||
luax_markdeprecated(L, "PrismaticJoint:hasLimitsEnabled", DEPRECATED_RENAMED, "PrismaticJoint:areLimitsEnabled");
|
||||
luax_markdeprecated(L, "PrismaticJoint:hasLimitsEnabled", API_METHOD, DEPRECATED_RENAMED, "PrismaticJoint:areLimitsEnabled");
|
||||
return w_PrismaticJoint_areLimitsEnabled(L);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user