mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
3d3179e39b
commit
b7177c9f5e
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
uint32_t debug = BGFX_DEBUG_TEXT;
|
||||
uint32_t reset = BGFX_RESET_VSYNC;
|
||||
|
||||
bgfx::init(bgfx::RendererType::OpenGL);
|
||||
bgfx::init();
|
||||
bgfx::reset(viewState.m_width, viewState.m_height, reset);
|
||||
|
||||
// Enable debug text.
|
||||
|
|
Loading…
Reference in a new issue