Project

General

Profile

« Previous | Next » 

Revision c4f5a8db

Added by Leszek Koltunski over 7 years ago

onPause(): fix StarWars

View differences:

src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java
73 73
    mTexture = new DistortedTexture(texWidth,texHeight);
74 74
    mQueues  = new DistortedEffectQueues();
75 75

  
76
    mQueues.addEventListener(this);
76
    mQueues.registerForMessages(this);
77 77
    }
78 78

  
79 79
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff