We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55d20 commit 6ede130Copy full SHA for 6ede130
core/src/processing/opengl/PGL.java
@@ -800,7 +800,6 @@ protected boolean contextIsCurrent(int other) {
800
801
802
protected void enableTexturing(int target) {
803
- enable(target);
804
if (target == TEXTURE_2D) {
805
texturingTargets[0] = true;
806
} else if (target == TEXTURE_RECTANGLE) {
@@ -810,7 +809,6 @@ protected void enableTexturing(int target) {
810
809
811
812
protected void disableTexturing(int target) {
813
- disable(target);
814
815
texturingTargets[0] = false;
816
0 commit comments