VIDEO: Fix bug handling a redraw event.
An event pulled from the queue after redraw has been handled needs to update the vptr pointer.
This commit is contained in:
parent
9cfa212e60
commit
8e109fe787
1 changed files with 1 additions and 0 deletions
|
@ -2075,6 +2075,7 @@ while (vid_active) {
|
|||
event.user.code = 0; /* Mark as done */
|
||||
continue;
|
||||
}
|
||||
vptr = vid_get_event_window (&event, event.user.windowID);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue