diff --git a/src/osd/windows/window.c b/src/osd/windows/window.c index 976b34081ad..de1547dc71e 100644 --- a/src/osd/windows/window.c +++ b/src/osd/windows/window.c @@ -803,7 +803,7 @@ void win_window_info::update() } // if we're visible and running and not in the middle of a resize, draw - if (m_hwnd != NULL && m_target != NULL) + if (m_hwnd != NULL && m_target != NULL && m_renderer != NULL) { int got_lock = TRUE;