[EEP] LLMath update

This commit is contained in:
Lirusaito
2019-03-24 22:50:43 -04:00
parent 98d315b3f7
commit 0ac2560508
8 changed files with 81 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ LLSD LLVector2::getValue() const
return ret;
}
void LLVector2::setValue(LLSD& sd)
void LLVector2::setValue(const LLSD& sd)
{
mV[0] = (F32) sd[0].asReal();
mV[1] = (F32) sd[1].asReal();