Skip to content

Commit

Permalink
Fix removal of nodeAdded listener in ListIteratingSystem - fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlord committed Jun 30, 2012
1 parent 7cb935f commit 4b5c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/richardlord/ash/tools/ListIteratingSystem.as
Expand Up @@ -64,7 +64,7 @@ package net.richardlord.ash.tools
{
if( nodeAddedFunction != null )
{
nodeList.nodeRemoved.remove( nodeAddedFunction );
nodeList.nodeAdded.remove( nodeAddedFunction );
}
if( nodeRemovedFunction != null )
{
Expand Down

0 comments on commit 4b5c6b7

Please sign in to comment.