Attempt to address overly enthusiastic minimap rendering

See #8607 and #7087
This commit is contained in:
Charles Dang 2024-08-09 11:40:27 -04:00
parent c10c47ebb1
commit 6fff6de906

View file

@ -309,6 +309,7 @@ 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