Explorar o código

Initialize variable to undefined due to "undefined variable" warning at line 80

Tristan VALCKE %!s(int64=8) %!d(string=hai) anos
pai
achega
3c3ca94c1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/DirectGeometry.js

+ 1 - 1
src/core/DirectGeometry.js

@@ -67,7 +67,7 @@ Object.assign( DirectGeometry.prototype, EventDispatcher.prototype, {
 
 		var group;
 		var groups = [];
-		var materialIndex;
+		var materialIndex = undefined;
 
 		var faces = geometry.faces;