Merge pull request #884 from GarageGames/development-3.6

Version 3.6.2
This commit is contained in:
Daniel Buckmaster 2014-11-05 20:28:01 +11:00
commit 3082bb3adc
28 changed files with 132 additions and 74 deletions

View file

@ -371,7 +371,6 @@ Marker::Marker()
mTypeMask |= MarkerObjectType;
mSeqNum = 0;
mSmoothingType = SmoothingTypeLinear;
mMSToNext = 1000;
mSmoothingType = SmoothingTypeSpline;
mKnotType = KnotTypeNormal;