Do not initialize 3D before displaying "NOW LOADING"
Fixes the regression introduced by `ConsoleScreen`.
This commit is contained in:
parent
781056ef70
commit
797dbd755f
@ -33,8 +33,6 @@ namespace spades {
|
||||
: renderer{renderer}, audioDevice{audioDevice}, subview{subview} {
|
||||
SPADES_MARK_FUNCTION();
|
||||
|
||||
renderer->Init();
|
||||
|
||||
helper.Set(new ConsoleHelper(this), true);
|
||||
|
||||
ScopedPrivilegeEscalation privilege;
|
||||
|
Loading…
x
Reference in New Issue
Block a user