Skip to content

Commit

Permalink
Fix undeclared reference (it was renamed!)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 8, 2024
1 parent 2b84abd commit e93a094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ BlGeometryVisualAndLayoutBoundsExamples >> unclippedTriangle [

aPolygonElement := BlElement new.
aPolygonElement size: 8 @ 11.
aPolygonElement geometry: (BlPolygon vertices: {
aPolygonElement geometry: (BlPolygonGeometry vertices: {
(0 @ 0).
(8 @ 5.5).
(0 @ 11) }).
Expand Down

0 comments on commit e93a094

Please sign in to comment.