fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal

DataFormat enum, using values from the KFM constants
This commit is contained in:
UbitUmarov
2012-08-26 20:33:45 +01:00
parent 9a80330875
commit b1d0fab954

View File

@@ -38,8 +38,8 @@ namespace OpenSim.Region.Framework.Scenes
[Flags]
public enum DataFormat : int
{
Translation = 1,
Rotation = 2
Translation = 2,
Rotation = 1
}
[Serializable]