mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-23 16:51:09 +00:00
Haiku: fixed uninitialized variable.
This commit is contained in:
parent
f9f064d533
commit
e899f0c4e0
|
@ -83,6 +83,8 @@ class SDL_BWin:public BDirectWindow
|
|||
_trash_window_buffer = false;
|
||||
_buffer_locker = new BLocker();
|
||||
_bitmap = NULL;
|
||||
_clips = NULL;
|
||||
|
||||
#ifdef DRAWTHREAD
|
||||
_draw_thread_id = spawn_thread(BE_DrawThread, "drawing_thread",
|
||||
B_NORMAL_PRIORITY, (void*) this);
|
||||
|
|
Loading…
Reference in a new issue