Explorar o código

Error: Unresolve variable numDiv fixed accordingly to the rest of code and apply this to it

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
ebcbfc97a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/sea3d/SEA3D.js

+ 1 - 1
examples/js/loaders/sea3d/SEA3D.js

@@ -1079,7 +1079,7 @@ SEA3D.GeometryDeltaBase = function( name, data, sea3d ) {
 	else {
 
 		data.readNumber = data.readShort;
-		numDiv = 0xFFFF / 2;
+		this.numDiv = 0xFFFF / 2;
 
 	}