diff --git a/application/sources/uv_map_generator.cc b/application/sources/uv_map_generator.cc index 5e79c251..323daeb9 100644 --- a/application/sources/uv_map_generator.cc +++ b/application/sources/uv_map_generator.cc @@ -98,7 +98,7 @@ void UvMapGenerator::packUvs() for (const auto& partIt : m_snapshot->parts) { dust3d::Uuid imageId; - dust3d::Color color; + dust3d::Color color(1.0, 1.0, 1.0); double width = 1.0; double height = 1.0; const auto& colorIt = partIt.second.find("color");