Show console when overlay is hidden

experimental
Peter Repukat 7 years ago
parent 49371e2d62
commit feb5efcd1f

@ -148,6 +148,7 @@ void SteamTargetRenderer::RunSfWindowLoop()
{
ShowWindow(sfWindow.getSystemHandle(), SW_HIDE);
sfWindow.setFramerateLimit(1); //Window is not shown anyway,
ShowWindow(consoleHwnd, SW_SHOW); //Show the console window so the user sees SOMETHING
}

Loading…
Cancel
Save