Properly initialize CVideo::drawing_texture_.

This commit is contained in:
Tommy 2022-04-24 16:53:12 +12:00
parent 0ebef58f9a
commit a533ef1e4d

View File

@ -93,6 +93,7 @@ void trigger_full_redraw()
CVideo::CVideo(FAKE_TYPES type)
: window()
, drawing_texture_(nullptr)
, fake_screen_(false)
, help_string_(0)
, updated_locked_(0)