浏览代码

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

Tristan Valcke 8 年之前
父节点
当前提交
ebcbfc97a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 
 	}