From f69d25e4682ca33edfc8cfad26187050f4eb558a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 14:06:57 -0400 Subject: [PATCH] Remove "D". --- Mocap.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mocap.java b/Mocap.java index fc0ff2e..54415a3 100644 --- a/Mocap.java +++ b/Mocap.java @@ -921,7 +921,7 @@ // //GetFileRoot(); // sept 2014: // - GrafreeD.RENDERME = 3; // patch for Merge objects + Grafreed.RENDERME = 3; // patch for Merge objects float[] thedata = bvh.animation.getBoneData(0); os.x = (float) (path.get(i).toParent[3][0]); // - thedata[frame*6]); @@ -1566,7 +1566,7 @@ lastsoundtime = Globals.framecount; - GrafreeD.hassound = true; + Grafreed.hassound = true; } // else // System.out.println("skipped"); -- Gitblit v1.6.2