2
0
Эх сурвалжийг харах

ObjLoader: Change double quotes.

Jonne Nauha 9 жил өмнө
parent
commit
f855c88b1a

+ 1 - 1
examples/js/loaders/OBJLoader.js

@@ -469,7 +469,7 @@ THREE.OBJLoader.prototype = {
 			} else {
 
 				// Handle null terminated files without exception
-				if (line === "\0")
+				if (line === '\0')
 					continue;
 
 				throw new Error( "Unexpected line: '" + line  + "'");