mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Avoid generating the same chunk more than once with multiple emerge threads.
This commit is contained in:
parent
9bb381ebd3
commit
f1d72d212a
11 changed files with 5 additions and 50 deletions
|
@ -52,7 +52,6 @@ struct BlockMakeData {
|
|||
u64 seed = 0;
|
||||
v3s16 blockpos_min;
|
||||
v3s16 blockpos_max;
|
||||
v3s16 blockpos_requested;
|
||||
UniqueQueue<v3s16> transforming_liquid;
|
||||
const NodeDefManager *nodedef = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue