updated ebiten version from 2.7.9 to 2.9.9
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ func (g *GeoM) Translate(tx, ty float64) {
|
||||
g.ty += ty
|
||||
}
|
||||
|
||||
// Rotate rotates the matrix by theta.
|
||||
// Rotate rotates the matrix clockwise by theta.
|
||||
// The unit is radian.
|
||||
func (g *GeoM) Rotate(theta float64) {
|
||||
if theta == 0 {
|
||||
|
||||
Reference in New Issue
Block a user