Browse Source

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

Tristan Valcke 8 years ago
parent
commit
ebcbfc97a9
1 changed files with 1 additions and 1 deletions
  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;
 
 	}