Project

General

Profile

« Previous | Next » 

Revision 29a06526

Added by Leszek Koltunski about 7 years ago

Minor

View differences:

src/main/java/org/distorted/library/DistortedSurface.java
79 79

  
80 80
  static synchronized void onDestroy()
81 81
    {
82
    for( DistortedSurface ren : mList)
82
    for( DistortedSurface surface : mList)
83 83
      {
84
      ren.destroy();
85
      ren.mMarked = false;
84
      surface.destroy();
85
      surface.mMarked = false;
86 86
      }
87 87

  
88 88
    mListMarked = false;

Also available in: Unified diff