Quitado código del LSL bridge y funciones dependientes
Corrección de errores previos en la migración. Cambiada la pantalla de inicio (Splash Screen)
This commit is contained in:
@@ -133,7 +133,6 @@
|
||||
#include "llviewernetwork.h" // [FS:CR] isInSecondlife()
|
||||
#include "llsidepanelappearance.h"
|
||||
#include "fsavatarrenderpersistence.h"
|
||||
#include "fslslbridge.h" // <FS:PP> Movelock position refresh
|
||||
|
||||
#include "fsdiscordconnect.h" // <FS:LO> tapping a place that happens on landing in world to start up discord
|
||||
|
||||
@@ -8894,12 +8893,6 @@ void LLVOAvatar::sitDown(bool bSitting)
|
||||
}
|
||||
// [/RLVa:KB]
|
||||
|
||||
// <FS:PP> Refresh movelock position after sitting down to prevent pulling avatar back to previous one after standing up
|
||||
if (bSitting && gSavedPerAccountSettings.getBOOL("UseMoveLock") && gSavedPerAccountSettings.getBOOL("RelockMoveLockAfterMovement"))
|
||||
{
|
||||
FSLSLBridge::instance().viewerToLSL("UseMoveLock|1|noreport");
|
||||
}
|
||||
// </FS:PP>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user