Revert "Attempt to address overly enthusiastic minimap rendering"

This reverts commit 6fff6de906.
This commit is contained in:
Charles Dang 2024-08-11 22:46:57 -04:00
parent 283e52222a
commit 91f26a1624

View file

@ -310,7 +310,6 @@ std::function<rect(rect)> prep_minimap_for_rendering(
dst.w = scaled_w;
dst.h = scaled_h;
auto clip_setter = draw::reduce_clip(dst);
draw::blit(minimap, dst);
// Let the caller know where the minimap *actually* ended up being drawn