mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/convert: typo
This commit is contained in:
parent
b552266afe
commit
fc70392093
@ -23,7 +23,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
// cosTable contains values of cosine applied to the range [0, π/2).
|
// cosTable contains values of cosine applied to the range [0, π/2).
|
||||||
// It must be initialised the first time it is referenced
|
// It must be initialised the first time it is referenced
|
||||||
// in a function via its lazy load wrapper getCosTable().
|
// in a function via its lazy load wrapper ensureCosTable().
|
||||||
cosTable []float64
|
cosTable []float64
|
||||||
cosTableOnce sync.Once
|
cosTableOnce sync.Once
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user