diff --git a/animations/trees/delete_node/delete_node.js b/animations/trees/delete_node/delete_node.js index d68774c..4206b17 100644 --- a/animations/trees/delete_node/delete_node.js +++ b/animations/trees/delete_node/delete_node.js @@ -382,6 +382,8 @@ function nextstep() { pc = pc + 1; }else if(pc==3){ // and then hide 7.5 node, and show a NULL pointer. + stage.find('#node_'+7.5).hide(); + stage.find('#node_text_'+7.5).hide(); stage.find('#nullptr').x(770); stage.find('#nullptr').y(390); stage.find('#nullptr').show();