]> git.localhorst.tv Git - blank.git/blobdiff - src/world/chunk.cpp
make gcc nag more
[blank.git] / src / world / chunk.cpp
index 7f2233e2def66a6e99dee791d6d2e0ce1a73b0ad..a482adb080009b7b314c5cc64628894a05bcfa36 100644 (file)
@@ -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;