Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

Colors are never added to Game #37

Open
krofna opened this issue Jul 26, 2014 · 0 comments
Open

Colors are never added to Game #37

krofna opened this issue Jul 26, 2014 · 0 comments

Comments

@krofna
Copy link
Member

krofna commented Jul 26, 2014

-    ObjectHolder::Write(HandleName, new Drawable(pSprite, Priority, DRAWABLE_TEXTURE));
+    Drawable* pColor = new Drawable(pSprite, Priority, DRAWABLE_TEXTURE);
+    ObjectHolder::Write(HandleName, pColor);
+    pGame->AddDrawable(pColor);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant