mirror of
https://github.com/opensim/opensim.git
synced 2026-07-28 20:15:44 +08:00
adding null return to fix building
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
7068fddd2f
commit
28d0aff2e3
@@ -7668,7 +7668,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
break;
|
||||
case (int)ScriptBaseClass.PRIM_SLICE:
|
||||
if (remain < 1)
|
||||
return;
|
||||
return null;
|
||||
LSL_Vector slice = rules.GetVector3Item(idx++);
|
||||
part.UpdateSlice((float)slice.x, (float)slice.y);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user