From 022c5884525807fa1e0f9da63e5043a046b227fb Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Sun, 3 Jul 2022 14:34:46 -0500 Subject: [PATCH] correct wallCorner's comment. --- fightstick/body2D.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fightstick/body2D.go b/fightstick/body2D.go index eb2d051..8ff325a 100644 --- a/fightstick/body2D.go +++ b/fightstick/body2D.go @@ -96,7 +96,7 @@ func screwHoles() sdf.SDF2 { return sdf.Union2D(holes...) } -// wallCorner returns the wall but split into one corner of the wall, specifically the top right corner. +// wallCorner returns one corner of the wall. func wallCorner() sdf.SDF2 { segmentPlane := wallsPlane() segmentPlane = split2DPlane(segmentPlane)[0]