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]