mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
audio: Bug fix: pass tests
This commit is contained in:
parent
15739415c7
commit
eed7f50662
@ -79,6 +79,11 @@ func initialize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func start() {
|
func start() {
|
||||||
|
// Do nothing in node.js.
|
||||||
|
if js.Global.Get("require") != js.Undefined {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
destination := context.Get("destination")
|
destination := context.Get("destination")
|
||||||
for i, node := range nodes {
|
for i, node := range nodes {
|
||||||
dummy := dummies[i]
|
dummy := dummies[i]
|
||||||
|
Loading…
Reference in New Issue
Block a user