Project

General

Profile

« Previous | Next » 

Revision a828e18e

Added by Leszek Koltunski about 7 years ago

Minor

View differences:

src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
28 28
import org.distorted.examples.R;
29 29

  
30 30
import org.distorted.library.DistortedEffects;
31
import org.distorted.library.DistortedFramebuffer;
32 31
import org.distorted.library.DistortedScreen;
33 32
import org.distorted.library.DistortedTree;
34 33
import org.distorted.library.EffectTypes;
......
103 102
          }
104 103
        else
105 104
          {
106
          mCircleNode[i] = new DistortedTree(mCircleNode[0], Distorted.CLONE_RENDERABLE |Distorted.CLONE_CHILDREN);
105
          mCircleNode[i] = new DistortedTree(mCircleNode[0], Distorted.CLONE_SURFACE |Distorted.CLONE_CHILDREN);
107 106
          }
108 107

  
109 108
        mRoot.attach(mCircleNode[i]);

Also available in: Unified diff