Initialize ncount_total #7834

This commit is contained in:
Thomas Krijnen
2026-03-23 10:54:14 +01:00
parent cf2acfc649
commit e6cc0e7813
@@ -32,6 +32,7 @@ WaveFrontOBJSerializer::WaveFrontOBJSerializer(const stream_or_filename& obj_fil
, obj_stream(obj_filename)
, mtl_stream(mtl_filename)
, vcount_total(1)
, ncount_total(1)
{
obj_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());
mtl_stream.stream << std::setprecision(settings.get<ifcopenshell::geometry::settings::FloatingPointDigits>().get());