pong: there's no way this works
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ class PongCore {
|
||||
}
|
||||
|
||||
start() {
|
||||
setInterval(this.loop, this.timeout);
|
||||
setInterval(g_pong.loop, g_pong.timeout);
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
||||
Reference in New Issue
Block a user