mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-28 05:47: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) {
|
||||
lodList->Release();
|
||||
}
|
||||
|
||||
lodLists.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user