]> git.localhorst.tv Git - blank.git/blobdiff - src/world.hpp
add null shape for void blocks
[blank.git] / src / world.hpp
index 6fabe9a0725e69b63a93797bb673788ca60abb6b..738e6f0eac8401f1149081a93a8171fe73607046 100644 (file)
@@ -32,7 +32,7 @@ struct BlockType {
        : id(-1), visible(v), shape(shape), color(color), outline_color(outline_color) { }
 
        static const BlockType DEFAULT;
-       static const CuboidShape DEFAULT_SHAPE;
+       static const NullShape DEFAULT_SHAPE;
 
 
        void FillVBO(