diff options
| author | Ray <[email protected]> | 2023-03-12 19:57:15 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-12 19:57:15 +0100 |
| commit | 044dd9645e05fe1edacd5a63c80d5152abff2ddb (patch) | |
| tree | a804749a5bc893db4fc83844840a2541d49a7e70 /common | |
| parent | 2b73cac5f5e73de9ed693243957d7d2e499fb3cf (diff) | |
| download | raylib.com-044dd9645e05fe1edacd5a63c80d5152abff2ddb.tar.gz raylib.com-044dd9645e05fe1edacd5a63c80d5152abff2ddb.zip | |
REMOVED: audio_multichannel
Diffstat (limited to 'common')
| -rw-r--r-- | common/examples.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/examples.js b/common/examples.js index 535a641..d8a61cc 100644 --- a/common/examples.js +++ b/common/examples.js @@ -121,8 +121,7 @@ $(document).ready(function() { '⭐️☆☆☆#audio_module_playing', '⭐️☆☆☆#audio_music_stream', '⭐️⭐️⭐️☆#audio_raw_stream', - '⭐️☆☆☆#audio_sound_loading', - '⭐️☆☆☆#audio_multichannel_sound']; + '⭐️☆☆☆#audio_sound_loading']; for (var i = 0; i < exampleData.length; i++) { |
