Skip to content

Commit

Permalink
Fix wield item glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBadAngel authored and paramat committed Jan 18, 2016
1 parent 22bc66d commit 13e7589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera.cpp
Expand Up @@ -646,7 +646,7 @@ void Camera::drawWieldedTool(irr::core::matrix4* translation)
scene::ICameraSceneNode* cam = m_wieldmgr->getActiveCamera();
cam->setAspectRatio(m_cameranode->getAspectRatio());
cam->setFOV(72.0*M_PI/180.0);
cam->setNearValue(0.1);
cam->setNearValue(10);
cam->setFarValue(1000);
if (translation != NULL)
{
Expand Down

0 comments on commit 13e7589

Please sign in to comment.