Show the console for Windows Release builds.

This commit is contained in:
Skyth 2025-03-28 15:56:31 +03:00
parent 80a6455474
commit 6df78fd155

View file

@ -230,6 +230,9 @@ int main(int argc, char *argv[])
if (forceInstallationCheck)
{
// Create the console to show progress to the user, otherwise it will seem as if the game didn't boot at all.
os::process::ShowConsole();
Journal journal;
double lastProgressMiB = 0.0;
double lastTotalMib = 0.0;