half assed bugfixing
This commit is contained in:
@@ -325,7 +325,7 @@ namespace Game
|
||||
SharedData& shared = GetShared();
|
||||
|
||||
bgfx::Init init;
|
||||
init.type = bgfx::RendererType::Direct3D12;
|
||||
init.type = bgfx::RendererType::Direct3D11;
|
||||
#ifdef _DEBUG
|
||||
init.debug = true;
|
||||
// init.debug = false;
|
||||
|
||||
Reference in New Issue
Block a user