]> git.localhorst.tv Git - blank.git/blobdiff - src/interface.cpp
update light levels from border on neighbor change
[blank.git] / src / interface.cpp
index 45439da0e9a1de63c497063f192a6109c60434b9..b5aac9641061038a294fa5dea4a541ba8d19a546 100644 (file)
@@ -105,6 +105,8 @@ void Interface::PrintBlockInfo() {
        std::cout << std::endl;
        if (!aim_chunk) {
                std::cout << "not looking at any block" << std::endl;
+               Ray aim = ctrl.Aim();
+               std::cout << "aim ray: " << aim.orig << ", " << aim.dir << std::endl;
                return;
        }
        std::cout << "looking at block " << aim_block