From fb0dffbf13a79aabe9537f16b7bb151af62c75bf Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 6 Apr 2007 18:48:23 +0000 Subject: **BREAKING CHANGE** Changing the way terrain is stored and used internally. --- OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs') diff --git a/OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs index 10e92fe..74e7cb8 100644 --- a/OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs @@ -173,7 +173,7 @@ namespace OpenSim.Physics.PhysXPlugin } } - public override void SetTerrain(float[] heightMap) + public override void SetTerrain(float[,] heightMap) { if (this._heightMap != null) { -- cgit v1.1