summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterdebugmaterials.cpp
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-12-03 15:46:49 +0100
committerKitty Barnett <develop@catznip.com>2012-12-03 15:46:49 +0100
commit1e194eb412bb10c1733ed76e270e45578ac15e0b (patch)
treef4201c8a754f5dcd5b0ffc5d4dd45b72eded23c6 /indra/newview/llfloaterdebugmaterials.cpp
parent25bffc3d43ec7696c0a9fab43514affbfe006fb9 (diff)
Handle delayed requesting and sending of materials through an idle callback
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.cpp')
-rw-r--r--indra/newview/llfloaterdebugmaterials.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.cpp b/indra/newview/llfloaterdebugmaterials.cpp
index 1ee6bab36b..5ad5ecbdfd 100644
--- a/indra/newview/llfloaterdebugmaterials.cpp
+++ b/indra/newview/llfloaterdebugmaterials.cpp
@@ -452,7 +452,6 @@ void LLFloaterDebugMaterials::onPostClicked()
LLMaterialMgr::instance().get(material_id, boost::bind(&LLFloaterDebugMaterials::onGetMaterial, _1, _2));
}
- LLMaterialMgr::instance().processGetQueue();
}
}
@@ -731,8 +730,6 @@ void LLFloaterDebugMaterials::requestPutMaterials(bool pIsDoSet)
}
}
}
-
- LLMaterialMgr::instance().processPutQueue();
}
}
}