Commit b8155bde authored by hybrid's avatar hybrid

Fix warnings.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2470 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a142d5ed
...@@ -75,6 +75,8 @@ bool CSceneNodeAnimatorCameraMaya::OnEvent(const SEvent& event) ...@@ -75,6 +75,8 @@ bool CSceneNodeAnimatorCameraMaya::OnEvent(const SEvent& event)
MousePos = CursorControl->getRelativePosition(); MousePos = CursorControl->getRelativePosition();
break; break;
case EMIE_MOUSE_WHEEL: case EMIE_MOUSE_WHEEL:
case EMIE_MOUSE_DOUBLE_CLICK:
case EMIE_MOUSE_TRIPLE_CLICK:
case EMIE_COUNT: case EMIE_COUNT:
return false; return false;
} }
......
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