mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
audio: Fix comment
This commit is contained in:
parent
26a83c0e00
commit
46a3f1530e
@ -22,6 +22,6 @@ import (
|
||||
|
||||
func timeoutIfPossible(t time.Duration) <-chan time.Time {
|
||||
// time.After uses setTimeout and causes performance problems.
|
||||
// This function returns null and actually blocks forever.
|
||||
// This function returns nil and blocks forever.
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user