Le DeleteChunk est maintenant en multi-thread et peux enfin keep up avec le reste!
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#define THREADS_GENERATE_CHUNKS 1
|
||||
#define THREADS_UPDATE_CHUNKS 1
|
||||
#define THREADS_DELETE_CHUNKS 1
|
||||
|
||||
#define VIEW_DISTANCE 256
|
||||
#define TEXTURE_SIZE 128
|
||||
@@ -44,6 +45,7 @@
|
||||
|
||||
#define THREADS_GENERATE_CHUNKS 12
|
||||
#define THREADS_UPDATE_CHUNKS 8
|
||||
#define THREADS_DELETE_CHUNKS 10
|
||||
|
||||
#define VIEW_DISTANCE 1024
|
||||
#define TEXTURE_SIZE 512
|
||||
|
Reference in New Issue
Block a user