Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README example not working #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wmcmurray
Copy link

@wmcmurray wmcmurray commented Apr 1, 2022

The usage example in the README did not work out of the box,
here is what has been fixed :

  • missing imports
  • imports that were not used
  • emitter.emit() was not called
  • onStart, onUpdate, onEnd were undefined
  • system.update() was not called
  • I also simplified the example a bit

Some of those problems were pointed out in #191, but the issue was closed without any fix.. ( also here : #174 (comment) )

@marwie
Copy link

marwie commented Nov 5, 2022

Thanks for this PR - sad that it wasnt merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants