mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 21:59:40 +00:00
add a missing "\n" to a debug output
This commit is contained in:
parent
6d928ed077
commit
422a9fb6ee
@ -1483,7 +1483,7 @@ void display::bounds_check_position(int& xpos, int& ypos)
|
||||
|
||||
void display::invalidate_all()
|
||||
{
|
||||
INFO_DP << "invalidate_all()";
|
||||
INFO_DP << "invalidate_all()\n";
|
||||
invalidateAll_ = true;
|
||||
invalidated_.clear();
|
||||
update_rect(map_area());
|
||||
|
Loading…
x
Reference in New Issue
Block a user