engine: platform: con_win: fixed console window visibility without developer mode (fix #818)
This commit is contained in:
parent
92cfa2af48
commit
66dc20dc2d
1 changed files with 4 additions and 1 deletions
|
@ -538,7 +538,10 @@ void Wcon_CreateConsole( void )
|
|||
s_wcd.consoleVisible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
s_wcd.consoleVisible = false;
|
||||
ShowWindow( s_wcd.hWnd, SW_HIDE );
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue