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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user