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
master
cutealien 2015-09-14 11:28:06 +00:00
parent 6e48dfe928
commit 1741e3e4d1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace scene
} }
//! Event receiver, override this function for camera controlling animators //! 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; return false;
} }