Skip to content

Commit

Permalink
Blood splatters again (#1448)
Browse files Browse the repository at this point in the history
and possible other z-axis related stuff
  • Loading branch information
Loobinex committed May 3, 2022
1 parent 856803b commit 6cc80ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/thing_physics.c
Expand Up @@ -844,6 +844,14 @@ TbBool thing_is_exempt_from_z_axis_clipping(const struct Thing *thing)
{
return (!shot_is_boulder(thing));
}
if (thing->class_id == TCls_EffectElem)
{
return true;
}
if (thing->class_id == TCls_Effect)
{
return true;
}
return false;
}

Expand Down

0 comments on commit 6cc80ab

Please sign in to comment.