mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
fix
This commit is contained in:
parent
ecf99f3309
commit
37e6db69d8
@ -766,7 +766,7 @@ namespace MWWorld
|
||||
return Vector2(0, 1);
|
||||
}
|
||||
Ogre::SceneNode* node = ref->mData.getBaseNode();
|
||||
Vector3 dir = -node->_getDerivedOrientation().zAxis();
|
||||
Vector3 dir = node->_getDerivedOrientation().yAxis();
|
||||
Vector2 d = Vector2(dir.x, dir.z);
|
||||
return d;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user