From c570e1e38f2ff8622a71f81436654bad01cfdd5b Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 21 Jul 2019 23:12:19 -0400
Subject: [PATCH] Raw embed texture (too big).

---
 ObjEditor.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ObjEditor.java b/ObjEditor.java
index f3f020f..5b2dae6 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -4769,7 +4769,7 @@
             readobj.ResetDisplayList();
         } catch (Exception e)
         {
-            //e.printStackTrace();
+            e.printStackTrace();
             try
             {
                 java.io.FileInputStream istream = new java.io.FileInputStream(fullname);
@@ -5019,6 +5019,7 @@
             //ps.print(buffer.toString());
         } catch (IOException e)
         {
+            e.printStackTrace();
         }
     }
     

--
Gitblit v1.6.2