Ver Fonte

remove unused var

sunag há 4 anos atrás
pai
commit
b0a7b5d863
1 ficheiros alterados com 0 adições e 2 exclusões
  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 );