mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
updated scripting api a bit
--HG-- rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua
This commit is contained in:
@@ -649,7 +649,7 @@ void LuaCAO::updateNodePos()
|
||||
return;
|
||||
|
||||
m_node->setPosition(m_position);
|
||||
m_node->setRotation(-m_rotation);
|
||||
m_node->setRotation(m_rotation);
|
||||
}
|
||||
|
||||
void LuaCAO::setPosition(v3f pos)
|
||||
|
Reference in New Issue
Block a user