]> git.localhorst.tv Git - blank.git/blobdiff - src/world/chunk.cpp
weird return value is weird
[blank.git] / src / world / chunk.cpp
index 50595f4856526220a44eb069c4ab9b6374a0d2b9..fe4f80267ab00d1f4bf2c572c7f278168cf03915 100644 (file)
@@ -750,7 +750,7 @@ bool ChunkLoader::Queued(const Chunk::Pos &pos) noexcept {
                        return true;
                }
        }
-       return nullptr;
+       return false;
 }
 
 bool ChunkLoader::Known(const Chunk::Pos &pos) noexcept {