ebiten: typo

This commit is contained in:
Hajime Hoshi 2022-09-24 09:37:59 +09:00
parent a031389275
commit ac651def3b

View File

@ -63,7 +63,7 @@ type VibrateGamepadOptions struct {
// The value is in between 0 and 1. // The value is in between 0 and 1.
StrongMagnitude float64 StrongMagnitude float64
// StrongMagnitude is the rumble intensity of a high-frequency rumble motor. // WeakMagnitude is the rumble intensity of a high-frequency rumble motor.
// The value is in between 0 and 1. // The value is in between 0 and 1.
WeakMagnitude float64 WeakMagnitude float64
} }