made it so that the chat widget will appear above, instead of below map labels
This commit is contained in:
parent
5b5dc33a20
commit
5479d65cb0
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@ void CVideo::flip()
|
|||
return;
|
||||
|
||||
halo::render();
|
||||
events::raise_volatile_draw_event();
|
||||
font::draw_floating_labels(frameBuffer);
|
||||
events::raise_volatile_draw_event();
|
||||
cursor::draw(frameBuffer);
|
||||
if(update_all) {
|
||||
::SDL_Flip(frameBuffer);
|
||||
|
@ -330,8 +330,8 @@ void CVideo::flip()
|
|||
clear_updates();
|
||||
|
||||
cursor::undraw(frameBuffer);
|
||||
font::undraw_floating_labels(frameBuffer);
|
||||
events::raise_volatile_undraw_event();
|
||||
font::undraw_floating_labels(frameBuffer);
|
||||
halo::unrender();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue