summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_unicode.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-17 01:17:40 +0200
committerRay <[email protected]>2019-05-17 01:17:40 +0200
commit970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch)
treebc093a8eaee29739e52642c233d0f9102e9db7cf /examples/text/text_unicode.c
parentce87d2ced4dbe60f97d3ed48635231c222482b18 (diff)
downloadraylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz
raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip
examples review
Diffstat (limited to 'examples/text/text_unicode.c')
-rw-r--r--examples/text/text_unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c
index 6b456a75..f3c2612c 100644
--- a/examples/text/text_unicode.c
+++ b/examples/text/text_unicode.c
@@ -156,7 +156,7 @@ int main(int argc, char **argv)
const int screenHeight = 450;
SetConfigFlags(FLAG_MSAA_4X_HINT | FLAG_VSYNC_HINT);
- InitWindow(screenWidth, screenHeight, "raylib - unicode test");
+ InitWindow(screenWidth, screenHeight, "raylib [text] example - unicode");
// Load the font resources
// NOTE: fontAsian is for asian languages,