diff options
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r-- | indra/newview/llfloaterdebugmaterials.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h index 9cdf04c908..92543d5ae1 100644 --- a/indra/newview/llfloaterdebugmaterials.h +++ b/indra/newview/llfloaterdebugmaterials.h @@ -77,7 +77,6 @@ private: void onGoodPostClicked(); void onBadPostClicked(); void onRegionCross(); - void onGetResultsSelectionChange(); void onInWorldSelectionChange(); void onDeferredCheckRegionMaterialStatus(LLUUID regionId); void onDeferredRequestGetMaterials(LLUUID regionId); @@ -136,7 +135,9 @@ private: LLTextBase* mStatusText; LLButton* mGetButton; - LLScrollListCtrl* mGetScrollList; + LLScrollListCtrl* mGetNormalMapScrollList; + LLScrollListCtrl* mGetSpecularMapScrollList; + LLScrollListCtrl* mGetOtherDataScrollList; LLTextureCtrl* mNormalMap; LLLineEditor* mNormalMapOffsetX; LLLineEditor* mNormalMapOffsetY; |