mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-16 07:11:11 +00:00
examples review
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user