mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed raycaster on (convex) 2.5D tes
This commit is contained in:
parent
0678590e77
commit
c6beebec79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user