Closed DaveDeCaprio closed 8 years ago
This is a fix for a small indexing bug in Chunk.h. You would only see an effect if your Y and Z chunk sizes were different. Since chunk indexes are always looked up through this one function, it doesn't affect the overall output.
Nice catch!
This is a fix for a small indexing bug in Chunk.h. You would only see an effect if your Y and Z chunk sizes were different. Since chunk indexes are always looked up through this one function, it doesn't affect the overall output.