mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-15 22:58:31 +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) {
|
||||
Particles.deleteParticle(myMissile);
|
||||
}
|
||||
|
||||
Controller.releaseKeyEvents({text: " "});
|
||||
|
||||
Script.stop();
|
||||
}
|
||||
Script.scriptEnding.connect(cleanupGame);
|
||||
|
|
Loading…
Reference in a new issue