diff options
-rw-r--r-- | src/cull_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 02776aff8..ff2bc64b5 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -33,5 +33,6 @@ void CullList::Apply() (void*)c); } } + list.clear(); } |