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";