fix: draw-group not copied

This commit is contained in:
MihailRis 2024-11-05 23:12:53 +03:00
parent 1aeaa667c9
commit dc8bad2af6

View File

@ -120,6 +120,7 @@ void Block::cloneTo(Block& dst) {
std::copy(&emission[0], &emission[3], dst.emission);
dst.size = size;
dst.model = model;
dst.drawGroup = drawGroup;
dst.lightPassing = lightPassing;
dst.skyLightPassing = skyLightPassing;
dst.shadeless = shadeless;