mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge pull request #151 from mmicko/master
Enable DX11 for Win7 as well
This commit is contained in:
commit
c207f62e06
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ again:
|
|||
{
|
||||
RendererType::Enum first = RendererType::Direct3D9;
|
||||
RendererType::Enum second = RendererType::Direct3D11;
|
||||
if (0x602 == getWindowsVersion() )
|
||||
if (0x601 == getWindowsVersion() )
|
||||
{
|
||||
first = RendererType::Direct3D11;
|
||||
second = RendererType::Direct3D9;
|
||||
|
|
Loading…
Reference in a new issue