Fix one more instance of a bad bit value for the collision event
parent
c1e7b45e18
commit
5469c0d6f8
|
@ -45,7 +45,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
{
|
||||
None = 0,
|
||||
attach = 1,
|
||||
collision = 15,
|
||||
collision = 16,
|
||||
collision_end = 32,
|
||||
collision_start = 64,
|
||||
control = 128,
|
||||
|
|
Loading…
Reference in New Issue