diff options
author | Vitaliy <silverunicorn2011@yandex.ru> | 2018-03-22 22:59:49 +0300 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-03-22 20:59:49 +0100 |
commit | 9fcc0c1217fcd3acabaa11239631de10032fa126 (patch) | |
tree | 7596bc17bd51f5b9d22ad918743d90fcfa0e2278 /src/content_mapblock.cpp | |
parent | 8986a9e6053bed0002726bc000ee394a928b7f51 (diff) | |
download | dragonfireclient-9fcc0c1217fcd3acabaa11239631de10032fa126.tar.xz |
Update mesh collector and move it to a separate file (#6904)
* Update MeshCollector
* Simplify MeshCollector
Diffstat (limited to 'src/content_mapblock.cpp')
-rw-r--r-- | src/content_mapblock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapblock.cpp b/src/content_mapblock.cpp index 348748c91..0259ca3af 100644 --- a/src/content_mapblock.cpp +++ b/src/content_mapblock.cpp @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "client/tile.h" #include "mesh.h" #include <IMeshManipulator.h> +#include "client/meshgen/collector.h" #include "client/renderingengine.h" #include "client.h" #include "noise.h" |