mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
minor changes on llgettime
This commit is contained in:
@@ -514,7 +514,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
XmlElement scpttimeN = (XmlElement)scriptStateN.SelectSingleNode("scrpTime");
|
||||
if (scpttimeN != null && Double.TryParse(scpttimeN.InnerText, out double t))
|
||||
{
|
||||
m_XMRLSLApi.SetLSLTimer(Util.GetTimeStampMS() - t);
|
||||
m_XMRLSLApi.SetLSLTimerMS(Util.GetTimeStampMS() - t);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user