diff --git a/herosaver.js b/herosaver.js index f6fd864..3e41f84 100644 --- a/herosaver.js +++ b/herosaver.js @@ -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; -} \ No newline at end of file +}