projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d218baa
)
Fix typo in alias for deprecated settexturemod
author
sapier
<sapier at gmx dot net>
Tue, 17 Jan 2017 18:41:52 +0000
(19:41 +0100)
committer
sapier
<sapier at gmx dot net>
Tue, 17 Jan 2017 18:41:52 +0000
(19:41 +0100)
src/script/lua_api/l_object.cpp
patch
|
blob
|
history
diff --git
a/src/script/lua_api/l_object.cpp
b/src/script/lua_api/l_object.cpp
index dd29208c5cfd310320032a622819012bc12012ce..59c04f30155cff071352a46c806d63fd9a8ee9a9 100644
(file)
--- a/
src/script/lua_api/l_object.cpp
+++ b/
src/script/lua_api/l_object.cpp
@@
-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),