mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 21:05:36 +01:00
PGL.getBackTextureName, PGL.getFrontTextureName are protected
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user