소스 검색

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 timerNode;
-
 			let box;
 
 			init().then( animate ).catch( error );