summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shapes
diff options
context:
space:
mode:
authorRay <[email protected]>2020-12-15 17:40:02 +0100
committerRay <[email protected]>2020-12-15 17:40:02 +0100
commitd0d7fce38e51630fa663ebd707ca117b75a8a952 (patch)
treea2a645316b14616db3dbd50538c5b933566011ae /examples/web/shapes
parent353f573ade2e0903fe0ef9b599db955b1038804b (diff)
downloadraylib.com-d0d7fce38e51630fa663ebd707ca117b75a8a952.tar.gz
raylib.com-d0d7fce38e51630fa663ebd707ca117b75a8a952.zip
Review examples
Diffstat (limited to 'examples/web/shapes')
-rw-r--r--examples/web/shapes/shapes_logo_raylib_anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shapes/shapes_logo_raylib_anim.c b/examples/web/shapes/shapes_logo_raylib_anim.c
index 529d6ad..2a8501e 100644
--- a/examples/web/shapes/shapes_logo_raylib_anim.c
+++ b/examples/web/shapes/shapes_logo_raylib_anim.c
@@ -178,7 +178,7 @@ void UpdateDrawFrame(void)
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)
{