Project

General

Profile

« Previous | Next » 

Revision f28fffc2

Added by Leszek Koltunski about 7 years ago

A Lot of fixes for the issues uncovered by Olimpic.

Still at least 1 known issue: sometimes, when we re-add a Surface, some garbage pops up on the screen for a brief split second. Visible in Olimpic.

View differences:

src/main/java/org/distorted/library/DistortedTexture.java
162 162
  public void setTexture(Bitmap bmp)
163 163
    {
164 164
    mBmp= bmp;
165
    moveToToDo();
165
    markForCreation();
166 166
    }
167 167
  }

Also available in: Unified diff