mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
space
This commit is contained in:
parent
2c53b5b372
commit
44624c5fab
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
};
|
||||
|
||||
function checkCanStopRocketing() {
|
||||
if(isRocketing) {
|
||||
if (isRocketing) {
|
||||
MyAvatar.motorVelocity = 0;
|
||||
isRocketing = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue