Revert "Attempt to address overly enthusiastic minimap rendering"
This reverts commit 6fff6de906
.
This commit is contained in:
parent
283e52222a
commit
91f26a1624
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue