浏览代码

remove unused var

sunag 4 年之前
父节点
当前提交
b0a7b5d863
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      examples/webgpu_sandbox.html

+ 0 - 2
examples/webgpu_sandbox.html

@@ -32,8 +32,6 @@
 
 
 			let camera, scene, renderer;
 			let camera, scene, renderer;
 
 
-			let timerNode;
-
 			let box;
 			let box;
 
 
 			init().then( animate ).catch( error );
 			init().then( animate ).catch( error );