Human-Body-Rendering-HTML
Human-Body-Rendering-HTML copied to clipboard
Fix for-loop syntax
This fixes an issue where the middle statement for the for-loop did not reference the loop variable i, causing it not to stop after looping over each piece. The code still worked, but threw an error in the console.