amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Fix logging #44

Closed randomPoison closed 5 years ago

randomPoison commented 5 years ago

Fix an issue with the way the EditorConnection was setup within SyncEditorBundle that was causing log output to panic. Also, make some changes to the naming of systems that are in charge of sending/receiving data to/from the editor in order to make their purposes more clear.

Fixes #41