Skip to content

Commit f2def7c

Browse files
committed
xrEngine/EngineAPI.cpp: prevent possible recursion
1 parent 5f288ef commit f2def7c

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
@@ -132,7 +132,7 @@ void CEngineAPI::InitializeRenderers()
132132
Console->Execute(buf);
133133

134134
// Second attempt
135-
InitializeRenderers();
135+
SetupCurrentRenderer();
136136
}
137137

138138
// ask current renderer to setup GlobalEnv

0 commit comments

Comments
 (0)