mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 22:19:19 +00:00
gameui: fix console size on android
This commit is contained in:
@@ -66,7 +66,7 @@ void CGameConsole::Initialize()
|
||||
swide / 2 - offsetx,
|
||||
offsety,
|
||||
swide / 2,
|
||||
stall - (offsety * 2));
|
||||
(IsAndroid() ? 0.5f : 1.f )*(stall - (offsety * 2)));
|
||||
|
||||
m_bInitialized = true;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user