Modernize LLPreviewScript
Should fix Fritigern's recent issues, seems to. (Mainly, the double clicking on script errors not working right thing) Should also fix that issue someone has brought up in group chat about the delay in our external editor sync in comparison to V3
This commit is contained in:
@@ -683,7 +683,7 @@ void LLUpdateTaskInventoryResponder::uploadComplete(const LLSD& content)
|
||||
}
|
||||
else
|
||||
{
|
||||
LLLiveLSLEditor* preview = LLLiveLSLEditor::find(item_id, task_id);
|
||||
LLLiveLSLEditor* preview = static_cast<LLLiveLSLEditor*>(LLPreview::find(item_id));
|
||||
if (preview)
|
||||
{
|
||||
// Bytecode save completed
|
||||
|
||||
Reference in New Issue
Block a user