* minor: Remove comparison of UUID struct against null picked up as a warning

0.6.1-post-fixes
Justin Clarke Casey 2008-11-21 17:35:34 +00:00
parent c2d3d8d88e
commit 82aa8e0327
1 changed files with 1 additions and 1 deletions

View File

@ -3262,7 +3262,7 @@ if (m_shape != null) {
((AggregateScriptEvents & scriptEvents.collision) != 0) ||
((AggregateScriptEvents & scriptEvents.collision_end) != 0) ||
((AggregateScriptEvents & scriptEvents.collision_start) != 0) ||
(CollisionSound != null && CollisionSound != UUID.Zero)
(CollisionSound != UUID.Zero)
)
{
// subscribe to physics updates.