gameui: fix console size on android

This commit is contained in:
nillerusr
2023-02-17 02:41:53 +03:00
parent 1d39be1a97
commit 30a97f855e
2 changed files with 105 additions and 1 deletions
+1 -1
View File
@@ -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