]> git.localhorst.tv Git - blank.git/commitdiff
weird return value is weird
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 12 Jun 2015 10:39:47 +0000 (12:39 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 12 Jun 2015 10:39:47 +0000 (12:39 +0200)
but I can totally explain that...

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 {