allow particles scale max to be 7.96m, supported by protocol
parent
5f1fde5f38
commit
85aa77566b
|
@ -7799,7 +7799,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
private float validParticleScale(float value)
|
private float validParticleScale(float value)
|
||||||
{
|
{
|
||||||
if (value > 4.0f) return 4.0f;
|
if (value > 7.96f) return 7.96f;
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue