mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Update placefile icon data outside of render loop, polygon and text cleanup
This commit is contained in:
parent
b159540215
commit
e021484bfb
5 changed files with 212 additions and 178 deletions
|
|
@ -205,6 +205,8 @@ void PlacefileText::Impl::RenderText(
|
|||
|
||||
void PlacefileText::Deinitialize()
|
||||
{
|
||||
std::unique_lock lock {p->listMutex_};
|
||||
|
||||
// Clear the text list
|
||||
p->textList_.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue