X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2Fblock.cpp;h=727fcade04984bfcb8140dae48c4948a3580f2ce;hb=bc48fbd6be3283a2e1aaa9249909fab32c617692;hp=d2453cf534a705fe5435a030500ca3e3960f64db;hpb=3542823a1af7f5063d7cc8da84efa248eb889b8a;p=blank.git diff --git a/src/world/block.cpp b/src/world/block.cpp index d2453cf..727fcad 100644 --- a/src/world/block.cpp +++ b/src/world/block.cpp @@ -11,7 +11,7 @@ namespace blank { -const NullShape BlockType::DEFAULT_SHAPE; +const NullBounds BlockType::DEFAULT_SHAPE; std::ostream &operator <<(std::ostream &out, const Block &block) {