mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-10 14:24:22 -04:00
Cleanup.
This commit is contained in:
parent
18cc77deab
commit
60f068c648
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Terrain : public entry::AppI
|
|||
m_debug = BGFX_DEBUG_TEXT;
|
||||
m_reset = BGFX_RESET_VSYNC;
|
||||
|
||||
bgfx::init(bgfx::RendererType::Direct3D11, args.m_pciId);
|
||||
bgfx::init(args.m_type, args.m_pciId);
|
||||
bgfx::reset(m_width, m_height, m_reset);
|
||||
|
||||
// Enable m_debug text.
|
||||
|
|
Loading…
Add table
Reference in a new issue