mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 15:21:16 -04:00
Fix logger eventually causing a crash without a console on Windows. (#481)
This commit is contained in:
@@ -153,6 +153,8 @@ int main(int argc, char *argv[])
|
||||
timeBeginPeriod(1);
|
||||
#endif
|
||||
|
||||
os::process::CheckConsole();
|
||||
|
||||
if (!os::registry::Init())
|
||||
LOGN_WARNING("OS doesn't support registry");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user