Changements pour v143 et autres corrections.

This commit is contained in:
MarcEricMartel
2022-04-02 15:26:55 -04:00
parent a226d95923
commit 16a67035d0
57 changed files with 2655 additions and 364 deletions

View File

@@ -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