WonderlandEngine / api

Wonderland Engine's JavaScript API.
MIT License
10 stars 6 forks source link

Loading scene file fail if Component.reset() throws #9

Closed DavidPeicho closed 1 year ago

DavidPeicho commented 1 year ago

When Component.reset throws, the loading of a scene might stop, pushing the engine in a weird state where most of the components aren't loaded / initialized / started.

DavidPeicho commented 1 year ago

Fixed with resetProperties