Port Avination's collision fixes to core.

This commit is contained in:
Melanie
2012-05-15 01:02:38 +01:00
parent 52a32878a9
commit e7819ce909
5 changed files with 202 additions and 526 deletions

View File

@@ -632,7 +632,6 @@ namespace OpenSim.Data.Tests
.IgnoreProperty(x=>x.RegionUUID)
.IgnoreProperty(x=>x.Scene)
.IgnoreProperty(x=>x.Parts)
.IgnoreProperty(x=>x.PassCollision)
.IgnoreProperty(x=>x.RootPart));
}