mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Fix one more instance of a bad bit value for the collision event
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user