Skip to content
Snippets Groups Projects
Commit 2da83c55 authored by James Cook's avatar James Cook
Browse files

Fix for color setup from Richard.

parent 298c829b
No related branches found
No related tags found
No related merge requests found
...@@ -1915,6 +1915,7 @@ namespace LLInitParam ...@@ -1915,6 +1915,7 @@ namespace LLInitParam
green = color.mV[VGREEN]; green = color.mV[VGREEN];
blue = color.mV[VBLUE]; blue = color.mV[VBLUE];
alpha = color.mV[VALPHA]; alpha = color.mV[VALPHA];
control.set("", false);
} }
void TypeValues<LLUIColor>::declareValues() void TypeValues<LLUIColor>::declareValues()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment