Commit aac48878 authored by cutealien's avatar cutealien

Fix warning in comments (my fault). Thx @ khonkhortisan for reporting.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4123 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 80011c5b
......@@ -513,7 +513,7 @@ namespace scene
//! Gets the absolute position of the node in world coordinates.
/** If you want the position of the node relative to its parent,
use getPosition() instead.
/** NOTE: For speed reasons the absolute position is not
NOTE: For speed reasons the absolute position is not
automatically recalculated on each change of the relative
position or by a position change of an parent. Instead the
update usually happens once per frame in OnAnimate. You can enforce
......
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