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:
2025-05-26 06:28:46 -03:00
parent a5d5fe6288
commit 32da2fd0fb
55 changed files with 1001 additions and 1029 deletions
-10
View File
@@ -55,7 +55,6 @@
#include "fsavatarrenderpersistence.h"
#include "llpresetsmanager.h"
#include "llwindow.h"
#include "fslslbridge.h"
#include "llbutton.h"
extern F32 gSavedDrawDistance;
@@ -484,11 +483,6 @@ void FSFloaterPerformance::populateHUDList()
LLViewerObject* attached_object = attachment_iter->get();
if (attached_object && attached_object->isHUDAttachment())
{
if (attached_object->getAttachmentItemName() == FSLSLBridge::instance().currentFullName())
{
continue;
}
max_gpu_time = llmax(max_gpu_time, attached_object->mGPURenderTime);
}
}
@@ -510,10 +504,6 @@ void FSFloaterPerformance::populateHUDList()
LLViewerObject* attached_object = attachment_iter->get();
if (attached_object && attached_object->isHUDAttachment())
{
if (attached_object->getAttachmentItemName() == FSLSLBridge::instance().currentFullName())
{
continue;
}
F32 gpu_time = attached_object->mGPURenderTime;