mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
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:
committed by
Mark Pizzolato
parent
26712597a1
commit
34b21dab4c
@@ -2095,6 +2095,7 @@ while (vid_active) {
|
||||
event.user.code = 0; /* Mark as done */
|
||||
continue;
|
||||
}
|
||||
vptr = vid_get_event_window (&event, event.user.windowID);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user