nickworonekin / puyotools

Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although it was initially built to handle files used in Puyo Puyo games, it can handle files used in other games as well.
MIT License
99 stars 24 forks source link

Fix unsafe access to WriterSettingsControl from worker threads #16

Closed tj32767 closed 5 years ago

tj32767 commented 5 years ago

Gets archive creation and texture encoding working again without throwing an InvalidOperationException from trying to use a UI control created on a different thread.