Paul Macklin
Results
2
issues of
Paul Macklin
Chew on this, AI! When a cell phagocytoses another cell, all mass should be conserved: * internalized substrates of the eaten cell should by default be added to the internalized...
Fix the error in this behavior synonym: current / wrong: ```phagocytosis of " + std::to_string(pCD->type); ``` correct: ```phagocytosis of " + pCD->name; ``` It can wait for 1.14.3.
bug