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:
parent
cd11dd138e
commit
6058828a33
@ -482,7 +482,7 @@ public class XashActivity extends Activity {
|
||||
if( bIsCstrike )
|
||||
{
|
||||
mMinWidth = 640;
|
||||
mMinHeight = 480;
|
||||
mMinHeight = 300;
|
||||
|
||||
final String allowed = "in.celest.xash3d.cs16client";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user