fixed raycaster on (convex) 2.5D tes

This commit is contained in:
Zeno Rogue 2021-05-12 20:18:34 +02:00
parent 0678590e77
commit c6beebec79
1 changed files with 3 additions and 0 deletions

View File

@ -1371,6 +1371,9 @@ EX namespace hybrid {
id = arcm::id_of(c->master) + 20 * arcm::parent_index_of(c->master);
else
#endif
if(ugeometry == gArbitrary)
id = arb::id_of(c->master);
else
if(PURE && !kite::in() && !bt::in())
id = 0;
else