Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
@@ -18,15 +18,15 @@
|
||||
#define MAX_SELECTION_DISTANCE 5
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define WORLD_SIZE_X 32
|
||||
#define WORLD_SIZE_Y 32
|
||||
#define WORLD_SIZE_X 64
|
||||
#define WORLD_SIZE_Y 64
|
||||
|
||||
#define FRAMES_RENDER_CHUNKS 4
|
||||
#define FRAMES_UPDATE_CHUNKS 4
|
||||
#define FRAMES_DELETE_CHUNKS 4
|
||||
|
||||
#define VIEW_DISTANCE 128
|
||||
#define TEXTURE_SIZE 32
|
||||
#define VIEW_DISTANCE 256
|
||||
#define TEXTURE_SIZE 128
|
||||
#define MAX_BULLETS 64
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user