add a missing "\n" to a debug output
This commit is contained in:
parent
6d928ed077
commit
422a9fb6ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue