summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_font_sdf.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-31 16:42:16 +0200
committerRay <[email protected]>2019-05-31 16:42:16 +0200
commit434e460c18e7e47e154aff42196a3456aacd9e1c (patch)
tree0e75d75e90bbfaacf37635eb6db3022333d210e9 /examples/text/text_font_sdf.c
parent65474c621c1f351b21c75095026288cfff143e9b (diff)
downloadraylib-434e460c18e7e47e154aff42196a3456aacd9e1c.tar.gz
raylib-434e460c18e7e47e154aff42196a3456aacd9e1c.zip
Example instructions tweak for clarity
Diffstat (limited to 'examples/text/text_font_sdf.c')
-rw-r--r--examples/text/text_font_sdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_font_sdf.c b/examples/text/text_font_sdf.c
index 91e43f75..41ce3b2a 100644
--- a/examples/text/text_font_sdf.c
+++ b/examples/text/text_font_sdf.c
@@ -111,7 +111,7 @@ int main(void)
DrawText(FormatText("RENDER SIZE: %02.02f", fontSize), GetScreenWidth() - 240, 50, 20, DARKGRAY);
DrawText("Use MOUSE WHEEL to SCALE TEXT!", GetScreenWidth() - 240, 90, 10, DARKGRAY);
- DrawText("PRESS SPACE to USE SDF FONT VERSION!", 340, GetScreenHeight() - 30, 20, MAROON);
+ DrawText("HOLD SPACE to USE SDF FONT VERSION!", 340, GetScreenHeight() - 30, 20, MAROON);
EndDrawing();
//----------------------------------------------------------------------------------