mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Resolved the situation where prim is loaded from storage and when pushed never stops.
This commit is contained in:
@@ -524,7 +524,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
newPrim = new OdePrim(name, this, targetspace, pos, siz, rot, mesh, pbs, isphysical);
|
||||
}
|
||||
_prims.Add(newPrim);
|
||||
OpenSim.Framework.Console.MainLog.Instance.Verbose("PHYSICS", "Added Object");
|
||||
|
||||
return newPrim;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user