mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Formatting cleanup.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Region.CoreModules.World.Wind.Plugins
|
||||
|
||||
private float m_avgStrength = 5.0f; // Average magnitude of the wind vector
|
||||
private float m_avgDirection = 0.0f; // Average direction of the wind in degrees
|
||||
private float m_varStrength = 5.0f; // Max Strength Variance
|
||||
private float m_varStrength = 5.0f; // Max Strength Variance
|
||||
private float m_varDirection = 30.0f;// Max Direction Variance
|
||||
private float m_rateChange = 1.0f; //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user