Skip to content

Commit d052593

Browse files
authoredAug 27, 2020
Lua API: Register missing get_texture_mod function (#10338)
1 parent 788f297 commit d052593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/script/lua_api/l_object.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2299,6 +2299,7 @@ luaL_Reg ObjectRef::methods[] = {
22992299
luamethod(ObjectRef, set_rotation),
23002300
luamethod(ObjectRef, get_rotation),
23012301
luamethod_aliased(ObjectRef, set_texture_mod, settexturemod),
2302+
luamethod(ObjectRef, get_texture_mod),
23022303
luamethod_aliased(ObjectRef, set_sprite, setsprite),
23032304
luamethod(ObjectRef, get_entity_name),
23042305
luamethod(ObjectRef, get_luaentity),

0 commit comments

Comments
 (0)
Please sign in to comment.