fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal
DataFormat enum, using values from the KFM constantsavinationmerge
parent
9a80330875
commit
b1d0fab954
|
@ -38,8 +38,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
[Flags]
|
||||
public enum DataFormat : int
|
||||
{
|
||||
Translation = 1,
|
||||
Rotation = 2
|
||||
Translation = 2,
|
||||
Rotation = 1
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
|
Loading…
Reference in New Issue