1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 13:20:35 +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;