mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Fix comments
This commit is contained in:
parent
1a1d7972c1
commit
7ff7f946c9
@ -40,7 +40,7 @@ func (c *ColorM) Concat(other ColorM) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add is deprecated as of 1.5.0-alpha.
|
// Add is deprecated as of 1.5.0-alpha.
|
||||||
// Note that this doesn't make sense in terms of additions two affine matrices.
|
// Note that this doesn't make sense as an operation for affine matrices.
|
||||||
func (c *ColorM) Add(other ColorM) {
|
func (c *ColorM) Add(other ColorM) {
|
||||||
c.impl.Add(other.impl)
|
c.impl.Add(other.impl)
|
||||||
}
|
}
|
||||||
|
2
geom.go
2
geom.go
@ -40,7 +40,7 @@ func (g *GeoM) Concat(other GeoM) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add is deprecated as of 1.5.0-alpha.
|
// Add is deprecated as of 1.5.0-alpha.
|
||||||
// Note that this doesn't make sense in terms of additions two affine matrices.
|
// Note that this doesn't make sense as an operation for affine matrices.
|
||||||
func (g *GeoM) Add(other GeoM) {
|
func (g *GeoM) Add(other GeoM) {
|
||||||
g.impl.Add(other.impl)
|
g.impl.Add(other.impl)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user