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