Skip to content

Commit 452e863

Browse files
committed
Removed clutter.
1 parent b977387 commit 452e863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/workspace/ui/ViewGizmo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public ViewGizmo() {
3333
}
3434

3535
public void draw(Graphics g) {
36-
// g.enableDepthTest();
3736
g.pushMatrix();
3837
g.translate(x, y);
3938
g.rotateX(rotationX);
@@ -48,7 +47,6 @@ public void draw(Graphics g) {
4847
g.setColor(UiValues.getColor(UiConstants.KEY_GIZMO_AXIS_Z_COLOR));
4948
g.fillFaces(coneZ);
5049
g.popMatrix();
51-
// g.disableDepthTest();
5250
}
5351

5452
private void createMeshes() {

0 commit comments

Comments
 (0)