fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal

DataFormat enum, using values from the KFM constants
avinationmerge
UbitUmarov 2012-08-26 20:33:45 +01:00
parent 9a80330875
commit b1d0fab954
1 changed files with 2 additions and 2 deletions

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]