minimize defines

This commit is contained in:
Ara
2023-12-04 22:50:00 +06:00
parent e0eacb51be
commit e45d85bc5a
17 changed files with 92 additions and 86 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
#include "../world/World.h"
#include "../maths/voxmaths.h"
#define MAX_WORK_PER_FRAME 16
#define MIN_SURROUNDING 9
const uint MAX_WORK_PER_FRAME = 16;
const uint MIN_SURROUNDING = 9;
using std::unique_ptr;
using std::shared_ptr;