We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ae022 commit 1ac5068Copy full SHA for 1ac5068
1 file changed
core/src/processing/opengl/PJOGL.java
@@ -1174,7 +1174,6 @@ public void keyTyped(com.jogamp.newt.event.KeyEvent e) {
1174
1175
@Override
1176
protected void enableTexturing(int target) {
1177
- if (profile == 2) enable(target);
1178
if (target == TEXTURE_2D) {
1179
texturingTargets[0] = true;
1180
} else if (target == TEXTURE_RECTANGLE) {
@@ -1185,7 +1184,6 @@ protected void enableTexturing(int target) {
1185
1184
1186
1187
protected void disableTexturing(int target) {
1188
- if (profile == 2) disable(target);
1189
1190
texturingTargets[0] = false;
1191
0 commit comments