oakmound / oak

A pure Go game engine
Apache License 2.0
1.52k stars 84 forks source link

audio: fix imports for unsupported writers #210

Closed 200sc closed 1 year ago

200sc commented 2 years ago

This fixes a compilation error when building the audio package for non-windows/linux/darwin targets.

Pending before merge:

codecov-commenter commented 2 years ago

Codecov Report

Merging #210 (0251eea) into master (df66d92) will decrease coverage by 0.06%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
- Coverage   95.02%   94.95%   -0.07%     
==========================================
  Files         143      143              
  Lines        6346     6346              
==========================================
- Hits         6030     6026       -4     
- Misses        285      287       +2     
- Partials       31       33       +2     
Impacted Files Coverage Δ
collision/rtree.go 97.90% <0.00%> (-1.40%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

200sc commented 2 years ago

( The windows builder machine is powered off and won't take the job. )