mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
fix vel parameter on rez obj witrh params
This commit is contained in:
@@ -3526,7 +3526,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
case ScriptBaseClass.REZ_VEL:
|
||||
try
|
||||
{
|
||||
pos = lparam.GetVector3Item(idx);
|
||||
vel = lparam.GetVector3Item(idx);
|
||||
}
|
||||
catch (InvalidCastException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user