Fix(Client): Fix rotation order for received onObjectRotate packets

pull/654/head
Dave Corley 8 months ago committed by Phoenix / Hotaru
parent 37a4b2a103
commit aba639e601
No known key found for this signature in database
GPG Key ID: 50AE27B713475E99

@ -783,7 +783,7 @@ void ObjectList::rotateObjects(MWWorld::CellStore* cellStore)
ptrFound.getCellRef().getRefNum(), ptrFound.getCellRef().getMpNum());
MWBase::Environment::get().getWorld()->rotateObject(ptrFound,
baseObject.position.rot[0], baseObject.position.rot[1], baseObject.position.rot[2]);
baseObject.position.rot[0], baseObject.position.rot[1], baseObject.position.rot[2], MWBase::RotationFlag_none);
}
}
}

Loading…
Cancel
Save