]> git.eli173.com Git - pong_br/commitdiff
whoops again
authorElijah Cohen <eli@eli173.com>
Sat, 18 May 2019 01:51:39 +0000 (20:51 -0500)
committerElijah Cohen <eli@eli173.com>
Sat, 18 May 2019 01:51:39 +0000 (20:51 -0500)
web/main.js

index 0f9db54e7832352538c36cd306984708a0bc1231..650146f6bbdb00c45128d2de80d000de17070274 100644 (file)
@@ -68,6 +68,7 @@ var main = function() { // starts everything, gets us going, setup ish
        }
        if(e.data == "starting") {
            drawStarting(ctx);
+           return;
        }
        var state = JSON.parse(e.data);
        // check for placement, the related order of ops is kinda messy and ad-hoc