Project

General

Profile

« Previous | Next » 

Revision 3a70bd6d

Added by Leszek Koltunski about 7 years ago

Bugfix in EffectQueues: if we interpolate something, then stop and again start interpolating, it used to use the old position (position from the moment when we stopped interpolating!) during the first run after the resume. Fix that.

View differences:

src/main/java/org/distorted/library/DistortedNode.java
33 33
 * <p>
34 34
 * The class takes special care to only render identical sub-trees once. Each Node holds a reference
35 35
 * to sub-class 'NodeData'. Two identical sub-trees attached at different points of the main tree
36
 * will point to the same NodeData; only the first of this is rendered (when mData.numRendered==0).
36
 * will point to the same NodeData; only the first of this is rendered (mData.numRender!).
37 37
 */
38 38
public class DistortedNode implements DistortedAttacheable
39 39
  {

Also available in: Unified diff