mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
audio: Remove println
This commit is contained in:
parent
2fee7a6fe5
commit
b62e07b9bd
@ -76,7 +76,6 @@ func (p *players) Read(b []byte) (int, error) {
|
|||||||
|
|
||||||
for player := range p.players {
|
for player := range p.players {
|
||||||
if player.isJustAfterStartedOrSeeked() {
|
if player.isJustAfterStartedOrSeeked() {
|
||||||
println("oh")
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
s := player.bufferSizeInBytes()
|
s := player.bufferSizeInBytes()
|
||||||
|
Loading…
Reference in New Issue
Block a user