You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows timer resolution was not good and caused some issues (hajimehoshi/ebiten#1768), and mux.playerImpl.Play has a hack to avoid goroutines for Windows.
Windows timer resolution was not good and caused some issues (hajimehoshi/ebiten#1768), and
mux.playerImpl.Play
has a hack to avoid goroutines for Windows.oto/internal/mux/mux.go
Lines 216 to 222 in 457cd3e
As of Go 1.23, Windows uses much better timer reoslutions golang/go#44343 so we might no longer need this hack in the future.
The text was updated successfully, but these errors were encountered: