mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Reverted bad commit.
This commit is contained in:
parent
b2a91c4a29
commit
3b54571447
1 changed files with 1 additions and 1 deletions
|
@ -1378,7 +1378,7 @@ again:
|
|||
|
||||
if (windowsVersionIs(Condition::GreaterEqual, 0x0602) )
|
||||
{
|
||||
first = RendererType::Enum(RendererType::Direct3D11+1) /* Direct3D12 */;
|
||||
first = RendererType::Direct3D11 /* Direct3D12 */;
|
||||
second = RendererType::Direct3D11;
|
||||
if (!s_rendererCreator[second].supported)
|
||||
second = RendererType::Direct3D9;
|
||||
|
|
Loading…
Reference in a new issue