Skip to content

Commit

Permalink
xrEngine/EngineAPI.cpp: prevent possible recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 12, 2018
1 parent 5f288ef commit f2def7c
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 @@ -132,7 +132,7 @@ void CEngineAPI::InitializeRenderers()
Console->Execute(buf);

// Second attempt
InitializeRenderers();
SetupCurrentRenderer();
}

// ask current renderer to setup GlobalEnv
Expand Down

0 comments on commit f2def7c

Please sign in to comment.