dkrasner / Simpletalk

Apache License 2.0
53 stars 3 forks source link

fixing nav open property bug in world #112

Closed dkrasner closed 3 years ago

dkrasner commented 3 years ago

Main Points

Previously nav was not dependent on properties and hence on the model. There was a check in the World.afterConnect() which threw an error if the model had not been set yet. One of our serialization tests was throwing this error. I moved it to .afterModelSet()