mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
missing file
This commit is contained in:
@@ -110,7 +110,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain.Tests
|
||||
|
||||
x[0, 0] = 1.0f;
|
||||
Assert.That(x.Tainted(0, 0), "Terrain channel tainting not working correctly.");
|
||||
Assert.That(!x.Tainted(0, 0), "Terrain channel tainting not working correctly.");
|
||||
|
||||
TerrainChannel y = x.Copy();
|
||||
Assert.That(!ReferenceEquals(x, y), "Terrain copy not duplicating correctly.");
|
||||
|
||||
Reference in New Issue
Block a user