You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: