mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
vector: Fix comments
This commit is contained in:
parent
9ed8279fc8
commit
90fa30378c
@ -32,7 +32,7 @@ func init() {
|
||||
emptyImage.Fill(color.White)
|
||||
}
|
||||
|
||||
// Path represents a collection of paths.
|
||||
// Path represents a collection of path segments.
|
||||
type Path struct {
|
||||
segs [][]math.Segment
|
||||
cur math.Point
|
||||
|
Loading…
Reference in New Issue
Block a user