浏览代码

Debug code removed

Elijah Snyder 10 年之前
父节点
当前提交
9f736d8ca6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_loader_amf.html

+ 0 - 1
examples/webgl_loader_amf.html

@@ -97,7 +97,6 @@
 
 				loader.load( './models/amf/rook.amf', function ( amfobject ) {
 
-					document.amfobject = amfobject;
 					scene.add( amfobject );
 					render();