thetrav / cutepeas

Automatically exported from code.google.com/p/cutepeas
0 stars 0 forks source link

Pea gets stuck when its current node is deleted from node graph #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a big pile of blocks
2. Cause a block to be deleted while a pea is on one of its nodes

What is the expected output? 
The expected output is either for the pea to fall using the physics engine,
or for the pea to be teleported to the nearest node below it

What do you see instead?
The pea stays on a node with 0 for merge count and can traverse computing
as false.  The peas node is no longer part of the node graph, so adding
other nodes to that position does not re-connect the pea to the node graph

Original issue reported on code.google.com by the.t...@gmail.com on 21 Mar 2008 at 2:43

GoogleCodeExporter commented 9 years ago
fixed so pea teleports to first node in list

Original comment by the.t...@gmail.com on 29 Mar 2008 at 4:50

GoogleCodeExporter commented 9 years ago

Original comment by the.t...@gmail.com on 29 Mar 2008 at 4:50