Skip to content

Commit b2118fe

Browse files
committed
Fix copy-paste problem when checking for R1
1 parent 943d499 commit b2118fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/EngineAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void CEngineAPI::SetupCurrentRenderer()
9191

9292
if (psDeviceFlags.test(rsR1))
9393
{
94-
if (hRenderR2->exist())
94+
if (hRenderR1->exist())
9595
{
9696
GEnv.CurrentRenderer = 1;
9797
GEnv.SetupCurrentRenderer = GEnv.SetupR1;

0 commit comments

Comments
 (0)