From 32b33dd86dd0e76978451927841d8faad9a4c139 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 24 Sep 2017 19:28:09 +0900 Subject: [PATCH] audio/mp3: Fix comments --- audio/mp3/decode_js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/mp3/decode_js.go b/audio/mp3/decode_js.go index 2e56a3368..006fa8401 100644 --- a/audio/mp3/decode_js.go +++ b/audio/mp3/decode_js.go @@ -26,7 +26,7 @@ import ( "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 { leftData []float32