Remove commented out code.

Forgot to remove that earlier.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6235 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2021-08-20 16:44:23 +00:00
parent fab0c53b85
commit 4cebe6fbde
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ CSceneNodeAnimatorFollowSpline::CSceneNodeAnimatorFollowSpline(u32 time,
#endif
StartTime = time;
//if (points.size() != 0)
// LastPos = points[0];
}