Browse Source

turn off debugging on last example

Gregg Tavares 6 years ago
parent
commit
66e2bab8e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/threejs-game-conga-line-w-notes.html

+ 1 - 1
threejs/threejs-game-conga-line-w-notes.html

@@ -503,7 +503,7 @@ function main() {
   const globals = {
     camera,
     canvas,
-    debug: true,
+    debug: false,
     time: 0,
     moveSpeed: 16,
     deltaTime: 0,