changed visibility

This commit is contained in:
codeanticode
2012-12-18 00:39:47 +00:00
parent 3b574427e8
commit 2791300413
4 changed files with 6 additions and 6 deletions

View File

@@ -1250,7 +1250,7 @@ public class Texture implements PConstants {
}
protected void colorBufferOf(PGraphicsOpenGL pgDraw) {
public void colorBufferOf(PGraphicsOpenGL pgDraw) {
this.pgDraw = pgDraw;
}