mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Default r_osdhightile to 1
git-svn-id: https://svn.eduke32.com/eduke32@4603 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
599ff50ca0
commit
1a286d1e52
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#include "osdfuncs.h"
|
#include "osdfuncs.h"
|
||||||
#include "premap.h"
|
#include "premap.h"
|
||||||
|
|
||||||
int32_t osdhightile = 0;
|
int32_t osdhightile = 1;
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
double osdscale = 2.0f;
|
double osdscale = 2.0f;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue