game: set Default Subsampling to 0

This commit is contained in:
Thr0lu5 2022-08-07 09:47:03 -03:00
parent 01144adcfc
commit c4daa1cc2b
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ using namespace Urho3D;
#define WATER_SURF_AMPLITUDE 0.55f
//Not loading options config values at startup
#define DEFAULT_SUBSAMPLING 1
#define DEFAULT_SUBSAMPLING 0
#define DEFAULT_TERRAINSHADOW false
#define FREEZING_TEMPERATURE -5.0f

View File

@ -220,7 +220,7 @@ const float TOUCH_SENSITIVITY = 2.0f;
#define CONFIG_VIEW_DISTANCE "view-distance"
#define DEFAULT_VIEW_DISTANCE 8
#define CONFIG_TERRAIN_SUBSAMPLING "terrain-subsampling"
#define DEFAULT_TERRAIN_SUBSAMPLING 1
#define DEFAULT_TERRAIN_SUBSAMPLING 0
#define CONFIG_DEBUG "debug"
#define CONFIG_INVERT_MOUSE_Y "invert-mouse-y"
#define CONFIG_MOUSE_SENSITIVITY "mouse-sensitivity"