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]
|
[Flags]
|
||||||
public enum DataFormat : int
|
public enum DataFormat : int
|
||||||
{
|
{
|
||||||
Translation = 1,
|
Translation = 2,
|
||||||
Rotation = 2
|
Rotation = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
|
|
Loading…
Reference in New Issue