2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-26 11:49:25 +01:00

Decrease mMinHeight for cstrike to make minimal resolutions availiable

This commit is contained in:
mittorn 2018-07-25 00:24:47 +00:00 committed by GitHub
parent cd11dd138e
commit 6058828a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -482,7 +482,7 @@ public class XashActivity extends Activity {
if( bIsCstrike )
{
mMinWidth = 640;
mMinHeight = 480;
mMinHeight = 300;
final String allowed = "in.celest.xash3d.cs16client";