Update placefile icon data outside of render loop, polygon and text cleanup

This commit is contained in:
Dan Paulat 2023-08-19 22:19:32 -05:00
parent b159540215
commit e021484bfb
5 changed files with 212 additions and 178 deletions

View file

@ -205,6 +205,8 @@ void PlacefileText::Impl::RenderText(
void PlacefileText::Deinitialize()
{
std::unique_lock lock {p->listMutex_};
// Clear the text list
p->textList_.clear();
}