mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix screencast start race.
This commit is contained in:
parent
a58ae0b95f
commit
67c62a1516
@ -66,8 +66,9 @@
|
||||
}
|
||||
|
||||
start() {
|
||||
if (!this.running) {
|
||||
this.continue = true
|
||||
|
||||
if (!this.running) {
|
||||
setTimeout(this.loop, 0)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user