forked from mirror/openmw-tes3mp
Remove unused variable
This commit is contained in:
parent
b246580c63
commit
79527b746a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue