Human-Body-Rendering-HTML icon indicating copy to clipboard operation
Human-Body-Rendering-HTML copied to clipboard

Fix for-loop syntax

Open VeryColdAir opened this issue 4 years ago • 0 comments

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.

VeryColdAir avatar Jan 24 '22 17:01 VeryColdAir