TextCustomizationItem causing ScrollArea to fail to register its event due to initializing it in another thread
Keksuccino opened this issue ยท 1 comments
-
This needs to get called on game thread instead:
-
Log showing error caused by registering event in non-game thread: https://discord.com/channels/704163135787106365/1071229977732841513/1071268137661628536
-
I should probably also update how ScrollAreas handle their scroll event in Konkrete. Registering a new event for every instance is just dumb.