Project

General

Profile

« Previous | Next » 

Revision 8d52a49c

Added by Leszek Koltunski about 7 years ago

Do not add Screen to the Surface lists.

View differences:

src/main/java/org/distorted/library/DistortedScreen.java
44 44
 */
45 45
  public DistortedScreen()
46 46
    {
47
    super(0,0,CREATED,CREATED,0,false);
47
    // set color to 'DONT_CREATE' so that Screens will not get added to the Surface lists
48
    // set depth to 'CREATED' so that depth will be, by default, on.
49
    super(0,0,DONT_CREATE,CREATED,0,false);
48 50
    }
49 51
  }

Also available in: Unified diff