Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw)

This commit is contained in:
couriersud 2015-02-05 01:10:32 +01:00
parent dabb6b1799
commit 0c7b5ff66e

View File

@ -141,7 +141,7 @@ int sdl_info_bgfx::create(int width, int height)
m_blittimer = 3;
bgfx::sdlSetWindow(window().m_sdl_window);
bgfx::sdlSetWindow(window().sdl_window());
bgfx::init();
bgfx::reset(window().width(), window().height(), BGFX_RESET_VSYNC);