mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user