From 65bdec7ae2c99ca2102c55f92bd62b48c9f14847 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 01 Oct 2019 17:30:29 -0400 Subject: [PATCH] Disable project on ground + adam/eve/tom --- Object3D.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Object3D.java b/Object3D.java index 7a66915..abd4fbd 100644 --- a/Object3D.java +++ b/Object3D.java @@ -6200,7 +6200,7 @@ // System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame); } - if (live && Link2Support() && support == null && !this.marked) // project on ground + if (false) // live && Link2Support() && support == null && !this.marked) // project on ground { getBounds(minima, maxima, true); center.x = (minima.x + maxima.x) / 2; -- Gitblit v1.6.2