diff options
| author | Ray <[email protected]> | 2022-08-11 19:16:32 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-11 19:16:32 +0200 |
| commit | 8b8b5ef70e0d99a07796a25bb82b4c9471314236 (patch) | |
| tree | 1362fe42f9b52367662c61d08f2c854af32bd83d /examples | |
| parent | feb9c5237438e595ae8f1f8844ad9d5e935a75fd (diff) | |
| parent | 71e43612d6d3d9214bd706196c5f35602c4a3a1b (diff) | |
| download | raylib-8b8b5ef70e0d99a07796a25bb82b4c9471314236.tar.gz raylib-8b8b5ef70e0d99a07796a25bb82b4c9471314236.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/audio/audio_module_playing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio/audio_module_playing.c b/examples/audio/audio_module_playing.c index b9974b98..e47db592 100644 --- a/examples/audio/audio_module_playing.c +++ b/examples/audio/audio_module_playing.c @@ -42,7 +42,7 @@ int main(void) Color colors[14] = { ORANGE, RED, GOLD, LIME, BLUE, VIOLET, BROWN, LIGHTGRAY, PINK, YELLOW, GREEN, SKYBLUE, PURPLE, BEIGE }; - // Creates ome circles for visual effect + // Creates some circles for visual effect CircleWave circles[MAX_CIRCLES] = { 0 }; for (int i = MAX_CIRCLES - 1; i >= 0; i--) |
