Remove unused variable (compiler warning)

actorid
Jan-Peter Nilsson 14 years ago
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…
Cancel
Save