PGL.getBackTextureName, PGL.getFrontTextureName are protected

This commit is contained in:
codeanticode
2013-01-16 16:36:37 +00:00
parent ac8a2a98a3
commit d3dbfff701

View File

@@ -994,7 +994,7 @@ public class PGL {
}
int getBackTextureName() {
protected int getBackTextureName() {
if (USE_JOGL_FBOLAYER) {
return backTexAttach.getName();
} else {
@@ -1003,7 +1003,7 @@ public class PGL {
}
int getFrontTextureName() {
protected int getFrontTextureName() {
if (USE_JOGL_FBOLAYER) {
return frontTexAttach.getName();
} else {