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

Initialize redundancy #40

Open
wsdt opened this issue Jun 5, 2018 · 0 comments
Open

Initialize redundancy #40

wsdt opened this issue Jun 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@wsdt
Copy link
Owner

wsdt commented Jun 5, 2018

Initialized Var is non-static. So initialize gets executed for every instance (which isn't necessary bc. bitmaps are static).

Migrate all initialize() contents so that isInitialized() var can be static without problems. But keep initialze() non-static so we can implement it from DrawableObj.

@wsdt wsdt added the enhancement New feature or request label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant