Skip to content

Commit

Permalink
Update ChunkManager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukitsu committed Jun 30, 2024
1 parent 94892f5 commit 05f0024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jukcraft/src/world/chunk/ChunkManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Jukcraft {
}

void ChunkManager::tick() {
std::vector<std::future<void>> results;
// std::vector<std::future<void>> results;
for (std::shared_ptr<Chunk> chunk : chunksToUpdates) {
chunk->updateLayers();
// results.push_back(std::async(std::launch::async, std::bind(&Chunk::updateLayers, chunk.get())));
Expand Down

0 comments on commit 05f0024

Please sign in to comment.