Add vector clear

This commit is contained in:
Christian Semmler 2025-07-18 14:12:54 -07:00
parent 5164b9103c
commit 3bdcd48254

View File

@ -56,6 +56,8 @@ class LegoPartPresenter : public MxMediaPresenter {
for (auto* lodList : lodLists) {
lodList->Release();
}
lodLists.clear();
}
private: