mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 12:36:42 +00:00
npc xy disabled
This commit is contained in:
parent
8762f4a47a
commit
63a40e9ba3
1 changed files with 2 additions and 1 deletions
|
@ -379,7 +379,8 @@ namespace MWClass
|
||||||
|
|
||||||
void Npc::adjustRotation(const MWWorld::Ptr& ptr,float& x,float& y,float& z) const
|
void Npc::adjustRotation(const MWWorld::Ptr& ptr,float& x,float& y,float& z) const
|
||||||
{
|
{
|
||||||
|
y = 0;
|
||||||
|
x = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
MWWorld::Ptr
|
MWWorld::Ptr
|
||||||
|
|
Loading…
Reference in a new issue