Skip to content

Commit

Permalink
Fix benchmark crash on start
Browse files Browse the repository at this point in the history
Forgot to call InitializeRenderers()
  • Loading branch information
Xottab-DUTY committed Dec 29, 2017
1 parent cb29816 commit 365f327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrEngine/xrSASH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ void xrSASH::TryInitEngine(bool bNoRun)

InitInput();

Engine.External.InitializeRenderers();
Engine.External.Initialize();

Console->Execute("unbindall");
Expand Down

0 comments on commit 365f327

Please sign in to comment.