Project

General

Profile

« Previous | Next » 

Revision 24d22f93

Added by Leszek Koltunski over 7 years ago

Progress with WindManager.

View differences:

src/main/java/org/distorted/library/EffectQueue.java
59 59
  
60 60
///////////////////////////////////////////////////////////////////////////////////////////////////
61 61
   
62
  public EffectQueue(DistortedObject obj, int numUniforms, int index)
62
  EffectQueue(DistortedObject obj, int numUniforms, int index)
63 63
    {
64 64
    mNumEffects   = 0;
65 65
    mTotalEffects = 0;
......
92 92

  
93 93
///////////////////////////////////////////////////////////////////////////////////////////////////
94 94

  
95
  @SuppressWarnings("unused")
95 96
  int getNumEffects()
96 97
    {
97 98
    return mNumEffects;  
......
294 295
    
295 296
///////////////////////////////////////////////////////////////////////////////////////////////////
296 297
// used only for debugging
297
  
298

  
299
  @SuppressWarnings("unused")
298 300
  protected String printEffects(int max)
299 301
    {
300 302
    long[] indexes = new long[mMax[mMaxIndex]];

Also available in: Unified diff