Fix for color setup from Richard.

master
James Cook 2009-12-18 14:39:54 -08:00
parent 298c829bb7
commit 2da83c55ee
1 changed files with 1 additions and 0 deletions

View File

@ -1915,6 +1915,7 @@ namespace LLInitParam
green = color.mV[VGREEN];
blue = color.mV[VBLUE];
alpha = color.mV[VALPHA];
control.set("", false);
}
void TypeValues<LLUIColor>::declareValues()