From cf7cfa1c792eebba606a48aa648893f6e4873263 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 22 Jul 2019 23:03:04 -0400
Subject: [PATCH] Embed JPEG.

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

diff --git a/PhysicsEditor.java b/PhysicsEditor.java
index 90f7668..223d83b 100644
--- a/PhysicsEditor.java
+++ b/PhysicsEditor.java
@@ -190,6 +190,7 @@
 	
 	void Refresh()
 	{
+                new Exception().printStackTrace();
             System.exit(0);
 		System.out.println("Biparam :: Refresh");
         physicsnode.gravity = (float)gravityField.getFloat(); // biparam.minUDivs, 99);

--
Gitblit v1.6.2