]> git.localhorst.tv Git - blank.git/blobdiff - src/block.hpp
fix error in border block calculation
[blank.git] / src / block.hpp
index a142a96256e285e3acfca5b6848e04df00e4ebc0..3ccd74f71937f523473536910d1a28d4cfaf964b 100644 (file)
@@ -61,6 +61,7 @@ struct BlockType {
 
        bool visible;
 
+       // FIXME: fill faces don't respect block orientation
        struct Faces {
                bool up;
                bool down;