Project

General

Profile

« Previous | Next » 

Revision fb001aff

Added by Leszek Koltunski over 3 years ago

Plug two more memory leaks. It should be fine now.

View differences:

src/main/java/org/distorted/library/effectqueue/UniformBlockProperties.java
94 94
    mUBO.invalidate();
95 95
    }
96 96

  
97
///////////////////////////////////////////////////////////////////////////////////////////////////
98

  
99
  void markForDeletion()
100
    {
101
    mUBO.markForDeletion();
102
    }
103

  
97 104
///////////////////////////////////////////////////////////////////////////////////////////////////
98 105

  
99 106
  void print(int num)

Also available in: Unified diff