Skip to content

Commit

Permalink
Lua API: Register missing get_texture_mod function (#10338)
Browse files Browse the repository at this point in the history
  • Loading branch information
karamel59 committed Aug 27, 2020
1 parent 788f297 commit d052593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/lua_api/l_object.cpp
Expand Up @@ -2299,6 +2299,7 @@ luaL_Reg ObjectRef::methods[] = {
luamethod(ObjectRef, set_rotation),
luamethod(ObjectRef, get_rotation),
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
luamethod(ObjectRef, get_texture_mod),
luamethod_aliased(ObjectRef, set_sprite, setsprite),
luamethod(ObjectRef, get_entity_name),
luamethod(ObjectRef, get_luaentity),
Expand Down

0 comments on commit d052593

Please sign in to comment.