Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Revert "Trac #4378 - creating one node ways"
Browse files Browse the repository at this point in the history
This reverts commit ab6c2e9.
  • Loading branch information
EdLoach committed Nov 6, 2012
1 parent ab6c2e9 commit a785a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package net.systemeD.halcyon.connection.actions {

if ( nodeRemovedFrom.length > 0 ) {
node.removeParent(entity);
entity.deleted = nodeList.length <= 1;
entity.deleted = nodeList.length == 0;
markDirty();
return SUCCESS;
}
Expand Down

0 comments on commit a785a8f

Please sign in to comment.