Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in alias for deprecated settexturemod
  • Loading branch information
sapier committed Jan 17, 2017
1 parent d218baa commit 51746ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/lua_api/l_object.cpp
Expand Up @@ -1806,7 +1806,7 @@ const luaL_reg ObjectRef::methods[] = {
luamethod_aliased(ObjectRef, get_acceleration, getacceleration),
luamethod_aliased(ObjectRef, set_yaw, setyaw),
luamethod_aliased(ObjectRef, get_yaw, getyaw),
luamethod_aliased(ObjectRef, set_texture_mod, set_texturemod),
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
luamethod_aliased(ObjectRef, set_sprite, setsprite),
luamethod(ObjectRef, get_entity_name),
luamethod(ObjectRef, get_luaentity),
Expand Down

0 comments on commit 51746ca

Please sign in to comment.