mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
now it works nicely
This commit is contained in:
parent
52d99fef31
commit
21372749f5
5 changed files with 62 additions and 23 deletions
|
@ -364,7 +364,8 @@ public:
|
|||
All chunks touching this one can be altered also.
|
||||
*/
|
||||
MapChunk* generateChunkRaw(v2s16 chunkpos,
|
||||
core::map<v3s16, MapBlock*> &changed_blocks);
|
||||
core::map<v3s16, MapBlock*> &changed_blocks,
|
||||
bool force=false);
|
||||
|
||||
/*
|
||||
Generate a chunk and its neighbors so that it won't be touched
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue