mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -695,7 +695,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
|
||||
private static void ProcessOffsetPosition(SceneObjectPart obj, XmlReader reader)
|
||||
{
|
||||
obj.OffsetPosition = Util.ReadVector(reader, "OffsetPosition"); ;
|
||||
obj.OffsetPosition = Util.ReadVector(reader, "OffsetPosition");
|
||||
}
|
||||
|
||||
private static void ProcessRotationOffset(SceneObjectPart obj, XmlReader reader)
|
||||
|
||||
Reference in New Issue
Block a user