Project

General

Profile

« Previous | Next » 

Revision d84f5b73

Added by Leszek Koltunski almost 5 years ago

Minor improvement to the Dynamic app

View differences:

src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java
297 297
          case DIM_3DXZ: di3D.removeAll(); break;
298 298
          }
299 299

  
300
        mAct.get().setNumRedPoints(0);
300
        DynamicActivity act = mAct.get();
301
        act.setNumRedPoints(0);
302
        act.clearPoints();
301 303
        }
302 304
      }
303 305

  

Also available in: Unified diff