mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-28 22:07:38 +00:00
Add vector clear
This commit is contained in:
parent
5164b9103c
commit
3bdcd48254
@ -56,6 +56,8 @@ class LegoPartPresenter : public MxMediaPresenter {
|
|||||||
for (auto* lodList : lodLists) {
|
for (auto* lodList : lodLists) {
|
||||||
lodList->Release();
|
lodList->Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lodLists.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user