diff options
| author | Rider Linden <rider@lindenlab.com> | 2019-02-11 16:51:06 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2019-02-11 16:51:06 -0800 |
| commit | d5aba3988291a2929f4b894d91250e75ffde3d8e (patch) | |
| tree | d6360cee0c52097840412c978e039bfd69eced70 /indra/llrender/llrender.h | |
| parent | 2a740309d01ca2ab80fd054ea8d8a79fb7ebbbe0 (diff) | |
| parent | 5433ed60ac93c6ccc7692ad43d579a83ab544f31 (diff) | |
Merge
Diffstat (limited to 'indra/llrender/llrender.h')
| -rw-r--r-- | indra/llrender/llrender.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index a79db80ebe..012a8da4ce 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -229,6 +229,7 @@ public: void enable(); void disable(); void setDiffuse(const LLColor4& diffuse); + void setDiffuseB(const LLColor4& diffuse); void setAmbient(const LLColor4& ambient); void setSpecular(const LLColor4& specular); void setPosition(const LLVector4& position); @@ -245,6 +246,7 @@ protected: S32 mIndex; bool mEnabled; LLColor4 mDiffuse; + LLColor4 mDiffuseB; LLColor4 mAmbient; LLColor4 mSpecular; LLVector4 mPosition; |
