move wind generation out of heartbeat to a pool job. Use that to send to all clients and not one per client

This commit is contained in:
UbitUmarov
2016-09-23 12:32:40 +01:00
parent 7201352074
commit 984cb38583
4 changed files with 57 additions and 60 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <summary>
/// Update wind.
/// </summary>
void WindUpdate(uint frame);
bool WindUpdate(uint frame);
/// <summary>
/// Returns the wind vector at the given local region coordinates.