mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
POSScene wasn't really a region module. Fixed now.
This commit is contained in:
@@ -38,7 +38,7 @@ using OpenSim.Region.Framework.Interfaces;
|
||||
namespace OpenSim.Region.PhysicsModule.POS
|
||||
{
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "POSPhysicsScene")]
|
||||
public class POSScene : PhysicsScene
|
||||
public class POSScene : PhysicsScene, INonSharedRegionModule
|
||||
{
|
||||
private List<POSCharacter> _characters = new List<POSCharacter>();
|
||||
private List<POSPrim> _prims = new List<POSPrim>();
|
||||
|
||||
Reference in New Issue
Block a user