mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user