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

master
PanteraPolnocy 2018-07-17 15:19:39 +02:00
parent 871c374679
commit 57f8ce1e3c
1 changed files with 1 additions and 1 deletions

View File

@ -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
{