mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +02:00
fix spacebar capture
This commit is contained in:
parent
98967189ac
commit
3e08a0b48b
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@ function cleanupGame() {
|
||||||
if (missileFired) {
|
if (missileFired) {
|
||||||
Particles.deleteParticle(myMissile);
|
Particles.deleteParticle(myMissile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Controller.releaseKeyEvents({text: " "});
|
||||||
|
|
||||||
Script.stop();
|
Script.stop();
|
||||||
}
|
}
|
||||||
Script.scriptEnding.connect(cleanupGame);
|
Script.scriptEnding.connect(cleanupGame);
|
||||||
|
|
Loading…
Reference in a new issue