Skip to content

Commit

Permalink
disabled debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebMcOlin committed Dec 10, 2022
1 parent 460535e commit 28f3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function lightDebugHelper(light1, light2, light3) {
console.log("z " + camera.position.z);
};
};
lightDebugHelper(pLight4, pLight5, pLight6); // Comment/Uncomment to toggle debug mode
// lightDebugHelper(pLight4, pLight5, pLight6); // Comment/Uncomment to toggle debug mode
// DEBUG ** DEVELOPMENT USE ONLY ** DEBUG //

animate();

0 comments on commit 28f3728

Please sign in to comment.