Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containers not removed from manager on destroy #121

Open
PapaWhiskey65 opened this issue Aug 24, 2012 · 0 comments
Open

containers not removed from manager on destroy #121

PapaWhiskey65 opened this issue Aug 24, 2012 · 0 comments

Comments

@PapaWhiskey65
Copy link

title says it all...if you destroy a container it is not removed from the manager, and if you recreate it you get errors...simple fix
UIAbstractContainer.cs line 148 added:

    ITouchable touchable = this as ITouchable;
    if( touchable != null )
    {
        this.__manager.removeFromTouchables(touchable);
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant