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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Mocap.java b/Mocap.java index d696eec..9760bbb 100644 --- a/Mocap.java +++ b/Mocap.java @@ -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