Changements pour v143 et autres corrections.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define WORLD_SIZE_X 128
|
||||
#define WORLD_SIZE_Y 128
|
||||
#define WORLD_SIZE_X 64
|
||||
#define WORLD_SIZE_Y 64
|
||||
|
||||
#define FRAMES_RENDER_CHUNKS 1
|
||||
#define FRAMES_UPDATE_CHUNKS 1
|
||||
@@ -47,7 +47,7 @@
|
||||
#define THREADS_UPDATE_CHUNKS 8
|
||||
#define THREADS_DELETE_CHUNKS 10
|
||||
|
||||
#define VIEW_DISTANCE 1024
|
||||
#define VIEW_DISTANCE 512
|
||||
#define TEXTURE_SIZE 512
|
||||
#define MAX_BULLETS 512
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user