pong: there's no way this works

This commit is contained in:
Trianta 2024-12-30 16:54:01 -06:00
parent 347c419d59
commit 43f652f695

View File

@ -92,7 +92,7 @@ class PongCore {
} }
start() { start() {
setInterval(this.loop, this.timeout); setInterval(g_pong.loop, g_pong.timeout);
} }
reset() { reset() {