FIX:delete error reset for m_logo_texture

jira: STUDIO-8603
Change-Id: I3f78645d52d10f5b448adc044757b17fb3378aa2
This commit is contained in:
zhou.xu 2024-11-04 18:11:04 +08:00 committed by Lane.Wei
parent a267cad172
commit 8c396b3d9d
1 changed files with 0 additions and 1 deletions

View File

@ -2137,7 +2137,6 @@ void PartPlate::set_logo_box_by_bed(const BoundingBoxf3& box)
BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << ":error :Unable to create logo triangles in set_logo_box_by_bed\n"; BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << ":error :Unable to create logo triangles in set_logo_box_by_bed\n";
return; return;
} }
m_partplate_list->m_logo_texture.reset();
} }
} }