diff options
| author | Ray <raysan5@gmail.com> | 2014-09-28 00:45:14 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-28 00:45:14 +0200 |
| commit | 735bf98945f83a4c0359a6fc92ef7da58fe27a0b (patch) | |
| tree | a471fa38756b62088e06e9683cb31293843d800f /examples | |
| parent | 86446c610270b27ec5b1181f4898acbf79167013 (diff) | |
| download | raylib-735bf98945f83a4c0359a6fc92ef7da58fe27a0b.tar.gz raylib-735bf98945f83a4c0359a6fc92ef7da58fe27a0b.zip | |
Update and rename shapes_color_palette.c to shapes_colors_palette.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/shapes_colors_palette.c (renamed from examples/shapes_color_palette.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/shapes_color_palette.c b/examples/shapes_colors_palette.c index ec39e642..2b98f909 100644 --- a/examples/shapes_color_palette.c +++ b/examples/shapes_colors_palette.c @@ -18,7 +18,7 @@ int main() int screenWidth = 800; int screenHeight = 450; - InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib color palette"); + InitWindow(screenWidth, screenHeight, "raylib [shapes] example - raylib colors palette"); //-------------------------------------------------------------------------------------- // Main game loop @@ -92,4 +92,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
