mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
audio: Misspelling
This commit is contained in:
parent
b9752ce97c
commit
65cbbdd5d9
@ -138,7 +138,7 @@ func (p *Player) Proceed() error {
|
|||||||
p.alSource.Rewind()
|
p.alSource.Rewind()
|
||||||
p.alSource.Play()
|
p.alSource.Play()
|
||||||
if err := openal.Err(); err != nil {
|
if err := openal.Err(); err != nil {
|
||||||
return fmt.Errorf("driver: Rwind or Play: %v", err)
|
return fmt.Errorf("driver: Rewind or Play: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user