1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 16:15:31 +00:00

I think this was committed by accident

This commit is contained in:
scrawl 2015-01-12 20:25:06 +01:00
parent de23ad5c8d
commit 08d8dd287c

View file

@ -200,7 +200,7 @@ void LocalMap::requestMap(MWWorld::CellStore* cell,
// Get the cell's NorthMarker rotation. This is used to rotate the entire map.
const Vector2& north = MWBase::Environment::get().getWorld()->getNorthVector(cell);
Radian angle = Ogre::Math::ATan2 (north.x, north.y) + Ogre::Degree(2);
Radian angle = Ogre::Math::ATan2 (north.x, north.y);
mAngle = angle.valueRadians();
// Rotate the cell and merge the rotated corners to the bounding box