mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix wield item glitch
This commit is contained in:
parent
22bc66d3a7
commit
13e7589fec
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue