mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
cosmetics
This commit is contained in:
@@ -433,7 +433,13 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
|
||||
delegate (SceneObjectGroup group)
|
||||
{
|
||||
foreach (SceneObjectPart child in group.Parts)
|
||||
CreatePrim(renderer, child);
|
||||
{
|
||||
try { CreatePrim(renderer, child); }
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Warn($"[Warp3D] failed to render prim {child.Name} at {child.GetWorldPosition()}: {e.Message}");
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user