Converted frequently occuring setting lookups to LLCachedControl
Added LLObjectList::getAvatar(LLUUID) for type-safe and quicker lookup Added F32 overload to LLSD because using F64 needlessly is silly. (And its lack of F32 overload caused issues with LLCachedControl<F32>)
This commit is contained in:
@@ -245,8 +245,8 @@ void LLModalDialog::onClose(bool app_quitting)
|
||||
// virtual
|
||||
void LLModalDialog::draw()
|
||||
{
|
||||
LLColor4 shadow_color = LLUI::sColorsGroup->getColor("ColorDropShadow");
|
||||
S32 shadow_lines = LLUI::sConfigGroup->getS32("DropShadowFloater");
|
||||
static LLColor4 shadow_color = LLUI::sColorsGroup->getColor("ColorDropShadow");
|
||||
static S32 shadow_lines = LLUI::sConfigGroup->getS32("DropShadowFloater");
|
||||
|
||||
gl_drop_shadow( 0, getRect().getHeight(), getRect().getWidth(), 0,
|
||||
shadow_color, shadow_lines);
|
||||
|
||||
Reference in New Issue
Block a user