Parcourir la source

SVGLoader: Clean up.

Mr.doob il y a 6 ans
Parent
commit
d89e43f939
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      examples/js/loaders/SVGLoader.js

+ 1 - 2
examples/js/loaders/SVGLoader.js

@@ -126,8 +126,7 @@ THREE.SVGLoader.prototype = {
 
 					currentTransform.copy( transformStack[ transformStack.length - 1 ] );
 
-				}
-				else {
+				} else {
 
 					currentTransform.identity();