diff --git a/js/threeImplementation.js b/js/threeImplementation.js index 515422b..e220429 100644 --- a/js/threeImplementation.js +++ b/js/threeImplementation.js @@ -285,6 +285,7 @@ var GameLoop = function () { update(); render(); requestAnimationFrame(GameLoop); + console.log('yoyoyoyo'); }; GameLoop(); \ No newline at end of file