diff --git a/graph.cpp b/graph.cpp index bda270f5..b174381b 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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);