Posted by memalign 14 hours ago
"The Internet Was Weeks Away From Disaster and No One Knew"
https://www.youtube.com/watch?v=aoag03mSuXQ
(at about the 9:50 mark)
for (let re of rects) {
push();
translate(re.body.position.x, re.body.position.y);
rotate(re.body.angle);
- rect(0, 0, re.w, re.h, 2);
+ rect(0, 0, re.w - 1, re.h - 1, 2);
pop();
}