mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 11:51:20 +00:00
Fix a debug output quoting.
This commit is contained in:
parent
56579c4972
commit
d01cfb9c67
@ -299,7 +299,7 @@ void tcontrol::impl_draw_background(surface& frame_buffer)
|
||||
{
|
||||
DBG_GUI_D << LOG_HEADER
|
||||
<< " label '" << debug_truncate(label_)
|
||||
<< " size " << get_rect()
|
||||
<< "' size " << get_rect()
|
||||
<< ".\n";
|
||||
|
||||
canvas(get_state()).blit(frame_buffer, get_rect());
|
||||
|
Loading…
x
Reference in New Issue
Block a user