FIRE-21622: Actually, treat hover helper force as a region directional vector instead of local one in Flight Assist; Avatar may be upside down and force should always be applied upwards in this case
parent
871c374679
commit
57f8ce1e3c
|
|
@ -130,7 +130,7 @@
|
|||
{
|
||||
if (yes)
|
||||
{
|
||||
llSetForce((<0.0, 0.0, 9.8> * llGetMass()), 1);
|
||||
llSetForce((<0.0, 0.0, 9.8> * llGetMass()), 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue