From 504890a7b930ab6b853c49de825ae848e0535339 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 09:08:30 -0400 Subject: [PATCH] Control pane --- 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