mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -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) )
|
if (windowsVersionIs(Condition::GreaterEqual, 0x0602) )
|
||||||
{
|
{
|
||||||
first = RendererType::Enum(RendererType::Direct3D11+1) /* Direct3D12 */;
|
first = RendererType::Direct3D11 /* Direct3D12 */;
|
||||||
second = RendererType::Direct3D11;
|
second = RendererType::Direct3D11;
|
||||||
if (!s_rendererCreator[second].supported)
|
if (!s_rendererCreator[second].supported)
|
||||||
second = RendererType::Direct3D9;
|
second = RendererType::Direct3D9;
|
||||||
|
|
Loading…
Reference in a new issue