summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-11 19:16:32 +0200
committerRay <[email protected]>2022-08-11 19:16:32 +0200
commit8b8b5ef70e0d99a07796a25bb82b4c9471314236 (patch)
tree1362fe42f9b52367662c61d08f2c854af32bd83d /examples
parentfeb9c5237438e595ae8f1f8844ad9d5e935a75fd (diff)
parent71e43612d6d3d9214bd706196c5f35602c4a3a1b (diff)
downloadraylib-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.c2
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--)