Skip to content

Commit

Permalink
Fix delay before drawing menu content
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Aug 17, 2016
1 parent e33e9b1 commit b15c9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.cpp
Expand Up @@ -633,7 +633,7 @@ void raise_resize_event()
void raise_draw_event()
{
if(event_contexts.empty() == false) {

event_contexts.back().add_staging_handlers();
const handler_list& event_handlers = event_contexts.back().handlers;

//events may cause more event handlers to be added and/or removed,
Expand Down

0 comments on commit b15c9be

Please sign in to comment.