Commit 8974c62c authored by hybrid's avatar hybrid

Fixed warnings.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2312 dfc29bdd-3216-0410-991c-e03cc46cb475
parent b50f464a
......@@ -195,12 +195,14 @@ bool CMainMenu::run(bool& outFullscreen, bool& outMusic, bool& outShadows,
light->addAnimator(anim);
anim->drop();
break;
case LIGHT_NONE:
break;
}
l += 1;
}
// create a fixed camera
scene::ICameraSceneNode* cam = smgr->addCameraSceneNode(0, core::vector3df(45,0,0), core::vector3df(0,0,10));
smgr->addCameraSceneNode(0, core::vector3df(45,0,0), core::vector3df(0,0,10));
// irrlicht logo and background
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment