]> git.localhorst.tv Git - blank.git/blobdiff - src/world/block.cpp
renamed Shape -> CollisionBounds
[blank.git] / src / world / block.cpp
index d2453cf534a705fe5435a030500ca3e3960f64db..727fcade04984bfcb8140dae48c4948a3580f2ce 100644 (file)
@@ -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) {