Skip to content

game::Scene automatic reference count #7

@pintarj

Description

@pintarj

Now the game::Scene objects are always deleted when they are no more used. Optionally the programmer can explicitly say to engine to not delete them by calling method game::Scene::doNotDeleteOnExchange(). The idea is to handle all them with std::shared_ptr objects in order to make things easier, prettier and flexible.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions