Comment fixed

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3540 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2011-01-07 00:28:19 +00:00
parent 146d7c2613
commit 271754f497
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ namespace scene
virtual void animateJoints(bool CalculateAbsolutePositions=true) = 0;
//! render mesh ignoring its transformation.
/** Used with ragdolls. Culling is unaffected. */
/** Culling is unaffected. */
virtual void setRenderFromIdentity( bool On )=0;
//! Creates a clone of this scene node and its children.