diff options
author | Talun | 2014-05-01 23:04:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-05-01 23:20:31 +0100 |
commit | 3a2c09916971779508bd4628e483cb738ededd12 (patch) | |
tree | 691e38dbf54db74c54969003b608307f8a8d98ee | |
parent | Fix issue where only one of multiple attachments on the same attachpoint for ... (diff) | |
download | opensim-SC_OLD-3a2c09916971779508bd4628e483cb738ededd12.zip opensim-SC_OLD-3a2c09916971779508bd4628e483cb738ededd12.tar.gz opensim-SC_OLD-3a2c09916971779508bd4628e483cb738ededd12.tar.bz2 opensim-SC_OLD-3a2c09916971779508bd4628e483cb738ededd12.tar.xz |
Mantis 7144 missing ATTACH_AVATAR_CENTER constant
This patch adds ATTACH_AVATAR_CENTER and ATTACH_NECK
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index a073862..ba24884 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -249,6 +249,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
249 | public const int ATTACH_HUD_BOTTOM_LEFT = 36; | 249 | public const int ATTACH_HUD_BOTTOM_LEFT = 36; |
250 | public const int ATTACH_HUD_BOTTOM = 37; | 250 | public const int ATTACH_HUD_BOTTOM = 37; |
251 | public const int ATTACH_HUD_BOTTOM_RIGHT = 38; | 251 | public const int ATTACH_HUD_BOTTOM_RIGHT = 38; |
252 | public const int ATTACH_NECK = 39; | ||
253 | public const int ATTACH_AVATAR_CENTER = 40; | ||
252 | 254 | ||
253 | #region osMessageAttachments constants | 255 | #region osMessageAttachments constants |
254 | 256 | ||