diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-27 15:33:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-27 15:33:46 -0400 |
commit | 0c360c5223af6473b701f2f41d525f1f70c2ead5 (patch) | |
tree | dc59a8390988ece0d340632171f06e0af83507e1 /indra/newview/llpanelvolume.h | |
parent | 7a7a0f0c1bd134fa23d734d672ef44a763a9f228 (diff) | |
parent | 170de8330e3be55794878cefb53f62266c9a029d (diff) |
merge changes for storm-1210
Diffstat (limited to 'indra/newview/llpanelvolume.h')
-rw-r--r-- | indra/newview/llpanelvolume.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llpanelvolume.h b/indra/newview/llpanelvolume.h index 776a2c1f4a..0ef47db0d9 100644 --- a/indra/newview/llpanelvolume.h +++ b/indra/newview/llpanelvolume.h @@ -63,8 +63,8 @@ public: static void onCommitLight( LLUICtrl* ctrl, void* userdata); static void onCommitIsFlexible( LLUICtrl* ctrl, void* userdata); static void onCommitFlexible( LLUICtrl* ctrl, void* userdata); - static void onCommitPhysicsParam( LLUICtrl* ctrl, void* userdata); + static void onCommitMaterial( LLUICtrl* ctrl, void* userdata); void onLightCancelColor(const LLSD& data); void onLightSelectColor(const LLSD& data); @@ -104,6 +104,10 @@ protected: LLSpinCtrl* mSpinForce[3]; */ + S32 mComboMaterialItemCount; + LLComboBox* mComboMaterial; + + LLColor4 mLightSavedColor; LLUUID mLightSavedTexture; LLPointer<LLViewerObject> mObject; |