mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Mantis 7144 missing ATTACH_AVATAR_CENTER constant
This patch adds ATTACH_AVATAR_CENTER and ATTACH_NECK
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
c31d93cb6f
commit
3a2c099169
@@ -249,6 +249,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int ATTACH_HUD_BOTTOM_LEFT = 36;
|
||||
public const int ATTACH_HUD_BOTTOM = 37;
|
||||
public const int ATTACH_HUD_BOTTOM_RIGHT = 38;
|
||||
public const int ATTACH_NECK = 39;
|
||||
public const int ATTACH_AVATAR_CENTER = 40;
|
||||
|
||||
#region osMessageAttachments constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user