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