]> git.lizzy.rs Git - dragonblocks3d.git/commitdiff
Removed scene.hpp header from chunk.cpp
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 13 Sep 2020 13:12:08 +0000 (15:12 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 13 Sep 2020 13:12:08 +0000 (15:12 +0200)
src/dragonblocks/chunk.cpp

index ad8048dc08f799d41e9c275dbebd53f17ed6cda0..5c6433dfad9a118f7ff381f8906884e192442a3a 100644 (file)
@@ -8,8 +8,6 @@
 #include "mesh.hpp" 
 #include "texture.hpp" 
 
-#include "scene.hpp"
-
 #define SIZE DRAGONBLOCKS_CHUNK_SIZE
 
 using namespace std;