1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-20 06:03:01 +00:00

fixed clipping planes affecting 2D geometries

This commit is contained in:
Zeno Rogue 2021-04-07 20:25:27 +02:00
parent b470af5d89
commit bcf014a6dc

View File

@ -4661,7 +4661,7 @@ EX void drawthemap() {
last_firelimit = firelimit;
firelimit = 0;
if(GDIM == 3) make_clipping_planes();
make_clipping_planes();
radarpoints.clear();
radarlines.clear();
callhooks(hooks_drawmap);