Avoid unused calculations in Chunk update. Patches are 100x100

This commit is contained in:
Erik Broberg
2016-05-10 21:31:24 -04:00
parent 4c914510db
commit ef11f45e38
7 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ bool ChunkNode::internalUpdateChunkTree(const RenderData& data) {
return internalUpdateChunkTree(data);
}
return false;
}
}
}