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

Undraw something #57

Closed
EtienneBruines opened this issue Nov 6, 2015 · 1 comment
Closed

Undraw something #57

EtienneBruines opened this issue Nov 6, 2015 · 1 comment
Assignees
Labels

Comments

@EtienneBruines
Copy link
Member

Removing something from the RenderSystem, does not remove it visually.

Asked SO to help - wouldn't know where to begin.

@EtienneBruines EtienneBruines self-assigned this Nov 6, 2015
@EtienneBruines
Copy link
Member Author

Bug within RenderSystem. The Pre function does not take a pointer to the RenderSystem.

Will make a PR with quite some bugfixes soon.

EtienneBruines added a commit to EtienneBruines/engi that referenced this issue Nov 6, 2015
Systems now have a map of entities - note that &System{} has now been
replaced by NewSystem() - to initialize the map.

engi now has a SetTitle function exposed, which sets the window title.

RenderSystem now also stops rendering stuff that isn't part of the
RenderSystem any more.

Fixes EngoEngine#56 and fixes EngoEngine#57.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant