Skip to content

Commit d13314f

Browse files
committed
Update core_window_flags.c
1 parent 3ba186f commit d13314f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/core/core_window_flags.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int main(void)
4343
*/
4444

4545
// Set configuration flags for window creation
46-
//SetConfigFlags(FLAG_VSYNC_HINT | FLAG_MSAA_4X_HINT | FLAG_WINDOW_HIGHDPI);
46+
//SetConfigFlags(FLAG_VSYNC_HINT | FLAG_MSAA_4X_HINT | FLAG_WINDOW_HIGHDPI);// | FLAG_WINDOW_TRANSPARENT);
4747
InitWindow(screenWidth, screenHeight, "raylib [core] example - window flags");
4848

4949
Vector2 ballPosition = { GetScreenWidth()/2.0f, GetScreenHeight()/2.0f };

0 commit comments

Comments
 (0)