X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2Fchunk.cpp;h=a482adb080009b7b314c5cc64628894a05bcfa36;hb=04b035d837668eb6444ec34e59c018d0c25983fd;hp=7f2233e2def66a6e99dee791d6d2e0ce1a73b0ad;hpb=3185bad87c06739e4ec19b456c7158437ba9621f;p=blank.git diff --git a/src/world/chunk.cpp b/src/world/chunk.cpp index 7f2233e..a482adb 100644 --- a/src/world/chunk.cpp +++ b/src/world/chunk.cpp @@ -693,7 +693,7 @@ ChunkLoader::ChunkLoader( } -void ChunkLoader::Update(int dt) { +void ChunkLoader::Update(int) { // check if there's chunks waiting to be loaded // load until one of load or generation limits was hit constexpr int max_load = 10;