mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 11:43:25 +00:00
Remove unused variable (compiler warning)
This commit is contained in:
parent
08784470bc
commit
2e2d490c78
@ -63,7 +63,6 @@ MWScene::~MWScene()
|
||||
std::pair<std::string, float> MWScene::getFacedHandle (MWWorld::World& world)
|
||||
{
|
||||
std::string handle = "";
|
||||
float distance = -1;
|
||||
|
||||
//get a ray pointing to the center of the viewport
|
||||
Ray centerRay = getCamera()->getCameraToViewportRay(
|
||||
|
Loading…
x
Reference in New Issue
Block a user