Skip to content

Commit

Permalink
Fix copy-paste problem when checking for R1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 10, 2018
1 parent 943d499 commit b2118fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/EngineAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void CEngineAPI::SetupCurrentRenderer()

if (psDeviceFlags.test(rsR1))
{
if (hRenderR2->exist())
if (hRenderR1->exist())
{
GEnv.CurrentRenderer = 1;
GEnv.SetupCurrentRenderer = GEnv.SetupR1;
Expand Down

0 comments on commit b2118fe

Please sign in to comment.