mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal
DataFormat enum, using values from the KFM constants
This commit is contained in:
@@ -38,8 +38,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
[Flags]
|
||||
public enum DataFormat : int
|
||||
{
|
||||
Translation = 1,
|
||||
Rotation = 2
|
||||
Translation = 2,
|
||||
Rotation = 1
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user