Explorar o código

VRMLLoader: Improved reference in comment

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
8fb067d4d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/VRMLLoader.js

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

@@ -1051,7 +1051,7 @@ THREE.VRMLLoader.prototype = {
 			var line = lines[ i ];
 
 			// The # symbol indicates that all subsequent text, until the end of the line is a comment,
-			// and should be ignored. (see http://www.agocg.ac.uk/train/vrml2rep/part1/guide3.htm)
+			// and should be ignored. (see http://gun.teipir.gr/VRML-amgem/spec/part1/grammar.html)
 			line = line.replace( /(#.*)/, '' );
 
 			// split lines with {..{ or {..[ - some have both