mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 03:45:08 +00:00
Attempt to address overly enthusiastic minimap rendering
See #8607 and #7087
This commit is contained in:
parent
c10c47ebb1
commit
6fff6de906
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user