Parcourir la source

remove unused var

sunag il y a 4 ans
Parent
commit
b0a7b5d863
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 );