mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -746,8 +746,10 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
|
||||
|
||||
List<SceneObjectGroup> objlist;
|
||||
List<Vector3> veclist;
|
||||
|
||||
bool success = host.RootPart.Inventory.GetRezReadySceneObjects(item, out objlist, out veclist);
|
||||
|
||||
Vector3 bbox = new Vector3();
|
||||
float offsetHeight;
|
||||
bool success = host.RootPart.Inventory.GetRezReadySceneObjects(item, out objlist, out veclist, out bbox, out offsetHeight);
|
||||
if (! success)
|
||||
{
|
||||
GenerateRuntimeError("Failed to create object");
|
||||
|
||||
Reference in New Issue
Block a user