mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location

This commit is contained in:
UbitUmarov
2020-09-12 16:14:01 +01:00
parent 7c44bb1780
commit 64fea8f20c
3 changed files with 20 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetCurrentSunHour();
}
public double osGetSunParam(string param)
public LSL_Float osGetSunParam(LSL_String param)
{
return m_OSSL_Functions.osGetSunParam(param);
}