mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
GameUI: fix propotional scale
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "vgui/KeyCode.h"
|
||||
#include "LoadingDialog.h"
|
||||
#include "IGameUIFuncs.h"
|
||||
#include "tier0/icommandline.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
@@ -24,6 +25,7 @@ using namespace vgui;
|
||||
//-----------------------------------------------------------------------------
|
||||
CGameConsoleDialog::CGameConsoleDialog() : BaseClass( NULL, "GameConsole", false )
|
||||
{
|
||||
if( NeedProportional() ) SetProportional(true);
|
||||
AddActionSignalTarget( this );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user