mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 22:49:01 +03:00
* Fix crash when _appearance is null Added a function to error check and set _appearance.SetData. Added cancellation token which should stop the Timer, but doesn't seem to right now. * Fix missing CancellationToken causing a crash This delay would delay _appearance.SetData until after _apppearance was set to null when the component was removed causing a null reference exception.