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

Added getters for the free objects in the pooled engine. #315

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

Conversation

GadWissberg
Copy link

Hello,
I want in my game to monitor the number of free objects in the pools - this is to make sure I don't have cases where calling "free()" is missed and thus leading to creating limitlessly new objects. I also wanted to monitor on the components and entities, but found out there's no access to the pools themseleves. So I added 2 getters.

Thanks in advance!

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.

1 participant