summaryrefslogtreecommitdiff
path: root/src/clientobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientobject.cpp')
-rw-r--r--src/clientobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientobject.cpp b/src/clientobject.cpp
index 4319f1ef0..bbe108e15 100644
--- a/src/clientobject.cpp
+++ b/src/clientobject.cpp
@@ -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)