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

Colors are never added to Game #37

Description

@krofna
-    ObjectHolder::Write(HandleName, new Drawable(pSprite, Priority, DRAWABLE_TEXTURE));
+    Drawable* pColor = new Drawable(pSprite, Priority, DRAWABLE_TEXTURE);
+    ObjectHolder::Write(HandleName, pColor);
+    pGame->AddDrawable(pColor);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions