mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user