mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
fix bug #20099 add the image to the data used for refresh
This commit is contained in:
parent
3eabc6df85
commit
4d9727cbc9
@ -2166,6 +2166,8 @@ bool unit::invalidate(const map_location &loc)
|
||||
params.y -= height_adjust;
|
||||
params.halo_y -= height_adjust;
|
||||
params.image_mod = image_mods();
|
||||
params.halo_mod = TC_image_mods();
|
||||
params.image= absolute_image();
|
||||
|
||||
result |= get_animation()->invalidate(params);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user