examples review

This commit is contained in:
Ray
2019-05-17 01:17:40 +02:00
parent ce87d2ced4
commit 970f1e8ff1
19 changed files with 64 additions and 36 deletions

View File

@@ -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,