-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request