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
1 changed files with 1 additions and 1 deletions

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);