1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 17:45:32 +00:00

Remove unused variable

This commit is contained in:
Miloslav Číž 2017-12-14 17:29:24 +01:00
parent b246580c63
commit 79527b746a

View file

@ -694,7 +694,6 @@ namespace CSVRender
{
osg::Vec3d eye, center, up;
getCamera()->getViewMatrixAsLookAt(eye, center, up);
osg::Vec3d absoluteUp = osg::Vec3(0,0,1);
osg::Vec3d forward = center - eye;
osg::Vec3d axis = up ^ forward;