mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Fix comments
This commit is contained in:
parent
826543bbdf
commit
c9bfc51dcc
2
geom.go
2
geom.go
@ -71,7 +71,7 @@ func (g *GeoM) Scale(x, y float64) {
|
|||||||
g.impl.Scale(x, y)
|
g.impl.Scale(x, y)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Translate translates the matrix by (x, y).
|
// Translate translates the matrix by (tx, ty).
|
||||||
func (g *GeoM) Translate(tx, ty float64) {
|
func (g *GeoM) Translate(tx, ty float64) {
|
||||||
g.impl.Translate(tx, ty)
|
g.impl.Translate(tx, ty)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user