mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Bug fixed in the initialization of the boolean variable AdditionalInfoX3D::meshColor
This commit is contained in:
parent
5167dd5a16
commit
a47d21bee8
@ -1949,6 +1949,7 @@ namespace io {
|
||||
vcg::Color4b colorB;
|
||||
colorB.Import(color);
|
||||
info->color = colorB;
|
||||
info->meshColor = true;
|
||||
}
|
||||
else
|
||||
info->meshColor = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user