mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
allow particles scale max to be 7.96m, supported by protocol
This commit is contained in:
@@ -7799,7 +7799,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
private float validParticleScale(float value)
|
||||
{
|
||||
if (value > 4.0f) return 4.0f;
|
||||
if (value > 7.96f) return 7.96f;
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user