diff options
| author | Ray <[email protected]> | 2023-03-14 00:04:31 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-14 00:04:31 +0100 |
| commit | 83db4e18304ce88f1ed05ebf14aeb86cf6634d8a (patch) | |
| tree | 85c0d9d969f2a51b99d0722cae21b707ea722a4f | |
| parent | 1df3b0bb34b8946738232c809b2f4c3fea00c112 (diff) | |
| download | raylib.com-83db4e18304ce88f1ed05ebf14aeb86cf6634d8a.tar.gz raylib.com-83db4e18304ce88f1ed05ebf14aeb86cf6634d8a.zip | |
Update examples.js
| -rw-r--r-- | common/examples.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/examples.js b/common/examples.js index 2027f68..45c921c 100644 --- a/common/examples.js +++ b/common/examples.js @@ -127,7 +127,7 @@ $(document).ready(function() { '⭐️☆☆☆#audio_music_stream', '⭐️⭐️⭐️☆#audio_raw_stream', '⭐️☆☆☆#audio_sound_loading', - '⭐️⭐️⭐️⭐️#audio_stream_effect', + '⭐️⭐️⭐️⭐️#audio_stream_effects', '⭐️⭐️⭐️⭐️#audio_mixed_processor']; for (var i = 0; i < exampleData.length; i++) |
