audio/mp3: Fix comments

This commit is contained in:
Hajime Hoshi 2017-09-24 19:28:09 +09:00
parent 2884e92041
commit 32b33dd86d

View File

@ -26,7 +26,7 @@ import (
"github.com/hajimehoshi/ebiten/audio" "github.com/hajimehoshi/ebiten/audio"
) )
// TODO: This just uses decodeAudioData can treat audio files other than MP3. // TODO: This just uses decodeAudioData, that can treat audio files other than MP3.
type Stream struct { type Stream struct {
leftData []float32 leftData []float32