From 2d857b9fb25d597f1c79fb5d732803537bb16991 Mon Sep 17 00:00:00 2001 From: Daniel Macovei Date: Sat, 6 Apr 2019 20:51:11 -0400 Subject: [PATCH] showing ian stuff --- js/threeImplementation.js | 1 + 1 file changed, 1 insertion(+) 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