summaryrefslogtreecommitdiffhomepage
path: root/examples/src/shapes/shapes_logo_raylib_anim.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/shapes/shapes_logo_raylib_anim.c')
-rw-r--r--examples/src/shapes/shapes_logo_raylib_anim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/src/shapes/shapes_logo_raylib_anim.c b/examples/src/shapes/shapes_logo_raylib_anim.c
index c6d3796..9be1d96 100644
--- a/examples/src/shapes/shapes_logo_raylib_anim.c
+++ b/examples/src/shapes/shapes_logo_raylib_anim.c
@@ -2,7 +2,7 @@
*
* raylib [shapes] example - raylib logo animation
*
-* This example has been created using raylib 1.4 (www.raylib.com)
+* This example has been created using raylib 2.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2014 Ramon Santamaria (@raysan5)
@@ -140,7 +140,7 @@ int main()
DrawRectangle(screenWidth/2 - 112, screenHeight/2 - 112, 224, 224, Fade(RAYWHITE, alpha));
- DrawText(SubText("raylib", 0, lettersCount), screenWidth/2 - 44, screenHeight/2 + 48, 50, Fade(BLACK, alpha));
+ DrawText(TextSubtext("raylib", 0, lettersCount), screenWidth/2 - 44, screenHeight/2 + 48, 50, Fade(BLACK, alpha));
}
else if (state == 4)
{