mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Handle writing to unloaded blocks in MMVManip::blitBackAll()
This could happen before and would just silently discard the data, but now that Lua can create VManips without loading from map beforehand we definitely need to handle this case.
This commit is contained in:
parent
aa1bab2156
commit
9f7501d20a
3 changed files with 22 additions and 17 deletions
|
@ -15,7 +15,6 @@
|
|||
Debug stuff
|
||||
*/
|
||||
u64 emerge_time = 0;
|
||||
u64 emerge_load_time = 0;
|
||||
|
||||
VoxelManipulator::~VoxelManipulator()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue