From 25cef97465f0bfa8959663754e9243006324c81c Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 10:09:53 -0400 Subject: [PATCH] Nimbus L&F --- Mocap.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Mocap.java b/Mocap.java index 9dc8a09..9760bbb 100644 --- a/Mocap.java +++ b/Mocap.java @@ -1519,7 +1519,7 @@ // mywave = currentwave++; // } // sound - cVector eye = CameraPane.theRenderer.EyeCamera().location; + cVector eye = Globals.theRenderer.EyeCamera().location; // if (sourcenode.parent.parent != null) // sourcenode.parent.parent.TransformToWorld(floor, tmp); @@ -3496,6 +3496,7 @@ // filters out bad input data void FilterAnimData() { + new Exception().printStackTrace(); System.exit(0); float[] data; // = bvh.animation.getBoneData(0); -- Gitblit v1.6.2