Correct comment for doxygen

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1645 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2008-10-24 22:43:31 +00:00
parent 9f1d5f1d2c
commit 9df1029f04
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ namespace scene
virtual ISceneNodeAnimator* createClone(ISceneNode* node, ISceneManager* newManager=0) = 0;
//! Returns true if this animator receives events.
//! When attached to the an active camera, this animator will be able to respond to events
//! such as mouse and keyboard events.
/** When attached to the an active camera, this animator will be able to respond to events
such as mouse and keyboard events. */
virtual bool isEventReceiverEnabled() const
{
return false;