mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Remove unneeded double-initialization of the vars.
This commit is contained in:
parent
d9c5670e93
commit
62006e8b3c
4 changed files with 1 additions and 4 deletions
|
|
@ -371,7 +371,6 @@ Marker::Marker()
|
|||
mTypeMask |= MarkerObjectType;
|
||||
|
||||
mSeqNum = 0;
|
||||
mSmoothingType = SmoothingTypeLinear;
|
||||
mMSToNext = 1000;
|
||||
mSmoothingType = SmoothingTypeSpline;
|
||||
mKnotType = KnotTypeNormal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue