fix: draw-group not copied
This commit is contained in:
parent
1aeaa667c9
commit
dc8bad2af6
@ -120,6 +120,7 @@ void Block::cloneTo(Block& dst) {
|
|||||||
std::copy(&emission[0], &emission[3], dst.emission);
|
std::copy(&emission[0], &emission[3], dst.emission);
|
||||||
dst.size = size;
|
dst.size = size;
|
||||||
dst.model = model;
|
dst.model = model;
|
||||||
|
dst.drawGroup = drawGroup;
|
||||||
dst.lightPassing = lightPassing;
|
dst.lightPassing = lightPassing;
|
||||||
dst.skyLightPassing = skyLightPassing;
|
dst.skyLightPassing = skyLightPassing;
|
||||||
dst.shadeless = shadeless;
|
dst.shadeless = shadeless;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user