diff options
| author | Ray <[email protected]> | 2019-05-17 01:17:40 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-17 01:17:40 +0200 |
| commit | 970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch) | |
| tree | bc093a8eaee29739e52642c233d0f9102e9db7cf /examples/text/text_unicode.c | |
| parent | ce87d2ced4dbe60f97d3ed48635231c222482b18 (diff) | |
| download | raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip | |
examples review
Diffstat (limited to 'examples/text/text_unicode.c')
| -rw-r--r-- | examples/text/text_unicode.c | 2 |
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, |
