From 912749d2520afedd9b56458d771400c261fe2b88 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 08 Aug 2019 20:56:19 -0400 Subject: [PATCH] All textures working. --- Bone.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Bone.java b/Bone.java index 5daf945..93c1188 100755 --- a/Bone.java +++ b/Bone.java @@ -26,7 +26,7 @@ */ import javax.media.j3d.*; -import javax.vecmath.*; +//import javax.vecmath.*; import java.util.*; -- Gitblit v1.6.2