From 42107f9a01652cb2f47228d20c1148a2a22f6a63 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 22 May 2018 19:33:31 -0400
Subject: [PATCH] new torus code and VR

---
 Mocap.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Mocap.java b/Mocap.java
index 8af85a4..99ef9dc 100644
--- a/Mocap.java
+++ b/Mocap.java
@@ -2854,6 +2854,7 @@
         if (lastframetest == 0)
             lastframetest = bvh.animation.getNumFrames();
         
+        // WARNING: RESET DESTROYS EVERYTHING
         if (baseframe >= lastframetest) // july 2013 // - GetFirstFrame())
         {
             System.out.println("MOCAP reset: " + this.GetFileRoot() +

--
Gitblit v1.6.2