Browse Source

correctly initialize splitIndex to -1

ncannasse 10 years ago
parent
commit
08b97528e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      h3d/anim/Skin.hx

+ 1 - 0
h3d/anim/Skin.hx

@@ -18,6 +18,7 @@ class Joint {
 
 
 	public function new() {
 	public function new() {
 		bindIndex = -1;
 		bindIndex = -1;
+		splitIndex = -1;
 		subs = [];
 		subs = [];
 	}
 	}