2
0
Tristan VALCKE 7 жил өмнө
parent
commit
cf35b7121f

+ 0 - 1
examples/js/loaders/XLoader.js

@@ -175,7 +175,6 @@ THREE.XLoader.prototype = {
 	parseASCII: function () {
 
 		var scope = this;
-		var baseDir = "";
 		if ( scope.url.lastIndexOf( "/" ) > 0 ) {
 
 			scope.baseDir = scope.url.substr( 0, scope.url.lastIndexOf( "/" ) + 1 );