missing file

master
UbitUmarov 2020-06-15 04:06:24 +01:00
parent 4329f5962a
commit 9ae867abd3
1 changed files with 3 additions and 2 deletions

View File

@ -786,8 +786,9 @@ namespace OpenSim.Region.CoreModules.World.LightShare
return; return;
} }
env.getWLPositions(sp.AbsolutePosition.Z, dayFrac, out Vector3 m_sunDir); client.SendViewerTime(Vector3.Zero, wldayFrac);
client.SendViewerTime(m_sunDir, wldayFrac); //env.getWLPositions(sp.AbsolutePosition.Z, dayFrac, out Vector3 m_sunDir);
//client.SendViewerTime(m_sunDir, wldayFrac);
}); });
} }