calling showDepthWarningXYZ in translate(tx, ty, tz) in PGraphics2D

This commit is contained in:
codeanticode
2012-06-25 18:56:49 +00:00
parent 4c23a2576f
commit d6984326d0
2 changed files with 2 additions and 2 deletions
@@ -423,7 +423,7 @@ public class PGraphics2D extends PGraphicsOpenGL {
// MATRIX TRANSFORMATIONS
public void translate(float tx, float ty, float tz) {
showVariationWarning("translate");
showDepthWarningXYZ("translate");
}
public void rotateX(float angle) {