mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* remove mono compiler warnings
* should work - the last compile failure looks like a random glitch...
This commit is contained in:
@@ -41,11 +41,11 @@ namespace OpenSim.Region.Physics.POSPlugin
|
||||
private float[] _heightMap;
|
||||
private const float gravity = -9.8f;
|
||||
|
||||
string sceneIdentifier;
|
||||
//protected internal string sceneIdentifier;
|
||||
|
||||
public POSScene(String _sceneIdentifier)
|
||||
{
|
||||
sceneIdentifier = _sceneIdentifier;
|
||||
//sceneIdentifier = _sceneIdentifier;
|
||||
}
|
||||
|
||||
public override void Initialise(IMesher meshmerizer, IConfigSource config)
|
||||
|
||||
Reference in New Issue
Block a user