mirror of
https://github.com/processing/processing4.git
synced 2026-06-08 16:40:46 +02:00
uncommented allocate() in Texture, removed some debug printlns
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user