Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw)
This commit is contained in:
parent
dabb6b1799
commit
0c7b5ff66e
@ -141,7 +141,7 @@ int sdl_info_bgfx::create(int width, int height)
|
|||||||
|
|
||||||
m_blittimer = 3;
|
m_blittimer = 3;
|
||||||
|
|
||||||
bgfx::sdlSetWindow(window().m_sdl_window);
|
bgfx::sdlSetWindow(window().sdl_window());
|
||||||
bgfx::init();
|
bgfx::init();
|
||||||
bgfx::reset(window().width(), window().height(), BGFX_RESET_VSYNC);
|
bgfx::reset(window().width(), window().height(), BGFX_RESET_VSYNC);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user