uncommented allocate() in Texture, removed some debug printlns

This commit is contained in:
codeanticode
2012-12-14 23:12:33 +00:00
parent b548787f73
commit 0bbc3e07bb
3 changed files with 1 additions and 13 deletions
@@ -207,7 +207,7 @@ public class Texture implements PConstants {
public void init(int width, int height, Parameters params) {
setParameters(params);
setSize(width, height);
//allocate();
allocate();
}