Commit 1741e3e4 authored by cutealien's avatar cutealien

Add override macro to ISceneNodeAnimator::OnEvent. Thx @IrrlichtForiOS for report.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5137 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 6e48dfe9
......@@ -55,7 +55,7 @@ namespace scene
}
//! Event receiver, override this function for camera controlling animators
virtual bool OnEvent(const SEvent& event)
virtual bool OnEvent(const SEvent& event) _IRR_OVERRIDE_
{
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