(int idx)
| 499 | |
| 500 | |
| 501 | @Override |
| 502 | public void removeChild(int idx) { |
| 503 | super.removeChild(idx); |
| 504 | strokedTexture(false); |
| 505 | untexChild(false); |
| 506 | markForTessellation(); |
| 507 | } |
| 508 | |
| 509 | |
| 510 | protected void updateRoot(PShape root) { |
nothing calls this directly
no test coverage detected