summaryrefslogtreecommitdiff
path: root/indra/llmath/v4color.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/v4color.h')
-rw-r--r--indra/llmath/v4color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/v4color.h b/indra/llmath/v4color.h
index 1e6232fc9d..0514870ef6 100644
--- a/indra/llmath/v4color.h
+++ b/indra/llmath/v4color.h
@@ -260,6 +260,7 @@ inline LLColor4::LLColor4(U32 clr)
mV[VW] = (clr>>24) * (1.0f/255.0f);
}
+
inline LLColor4::LLColor4(const F32 *vec)
{
mV[VX] = vec[VX];