Project

General

Profile

« Previous | Next » 

Revision 43b28f5b

Added by Leszek Koltunski over 3 years ago

Minor.

View differences:

src/main/java/org/distorted/library/type/DynamicQuat.java
129 129
    mMode      = MODE_LOOP;
130 130
    mDuration  = duration;
131 131
    mCount     = count;
132
    mLastPos   = -1;
132
    mLastPos   =-1;
133 133
    mAccessType= ACCESS_TYPE_RANDOM;
134 134
    mDimension = 4;
135
    mSegment   = -1;
135
    mSegment   =-1;
136 136

  
137 137
    initDynamic();
138 138
    }

Also available in: Unified diff