diff --git a/examples/core/core_basic_window.c b/examples/core/core_basic_window.c index 73d75683a..4add1ddcf 100644 --- a/examples/core/core_basic_window.c +++ b/examples/core/core_basic_window.c @@ -35,7 +35,7 @@ int main(void) { // Initialization //-------------------------------------------------------------------------------------- - const int screenWidth = 800; + const int screenWidth = 900; const int screenHeight = 450; InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window"); @@ -69,4 +69,4 @@ int main(void) //-------------------------------------------------------------------------------------- return 0; -} \ No newline at end of file +}