lighting/

This commit is contained in:
InfiniteCoder
2024-08-06 00:05:41 +03:00
parent eb6bb19dc6
commit 79ccde35b7
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <unordered_map>
#include <constants.hpp>
#include "../lighting/Lightmap.hpp"
#include <lighting/Lightmap.hpp>
#include "voxel.hpp"
inline constexpr int CHUNK_DATA_LEN = CHUNK_VOL * 4;