mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
number of changes
This commit is contained in:
@@ -49,11 +49,7 @@ namespace OpenSim.Physics.BasicPhysicsPlugin
|
||||
|
||||
public PhysicsScene GetScene()
|
||||
{
|
||||
if(_mScene == null)
|
||||
{
|
||||
_mScene = new BasicScene();
|
||||
}
|
||||
return(_mScene);
|
||||
return new BasicScene();
|
||||
}
|
||||
|
||||
public string GetName()
|
||||
|
||||
Reference in New Issue
Block a user