forked from mirror/openmw-tes3mp
Remove unused variable (compiler warning)
This commit is contained in:
parent
73f2fdfa72
commit
b22234109d
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ MWScene::~MWScene()
|
||||||
std::pair<std::string, float> MWScene::getFacedHandle (MWWorld::World& world)
|
std::pair<std::string, float> MWScene::getFacedHandle (MWWorld::World& world)
|
||||||
{
|
{
|
||||||
std::string handle = "";
|
std::string handle = "";
|
||||||
float distance = -1;
|
|
||||||
|
|
||||||
//get a ray pointing to the center of the viewport
|
//get a ray pointing to the center of the viewport
|
||||||
Ray centerRay = getCamera()->getCameraToViewportRay(
|
Ray centerRay = getCamera()->getCameraToViewportRay(
|
||||||
|
|
Loading…
Reference in a new issue