Update herosaver.js

Added debugger
This commit is contained in:
L.Kerck 2019-08-16 20:55:43 +02:00 committed by GitHub
parent e034bb2852
commit 6f8c7ffeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ function init() {
var vertices = geometry.vertices;
var faces = geometry.faces;
debugger;
normalMatrixWorld.getNormalMatrix( matrixWorld );
if(typeof faces != 'undefined'){
@ -307,4 +307,4 @@ function get_name() {
}
}
return name;
}
}