forked from townforge/townforge
game: set Default Subsampling to 0
This commit is contained in:
parent
01144adcfc
commit
c4daa1cc2b
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user