do the same for legacy clouds (still visible on older viewer ie singu 1.8.7). Fix clouds update. Send clouds and wind also to child agents.

This commit is contained in:
UbitUmarov
2016-09-23 16:04:43 +01:00
parent 8d7f10e36b
commit f5189b2cdd
3 changed files with 84 additions and 27 deletions

View File

@@ -425,7 +425,7 @@ namespace OpenSim.Region.CoreModules
try
{
GenWind();
m_scene.ForEachRootClient(delegate(IClientAPI client)
m_scene.ForEachClient(delegate(IClientAPI client)
{
client.SendWindData(m_dataVersion, windSpeeds);
});