Fix android compilation issue on InitWindow
This commit is contained in:
parent
70578752d0
commit
c295bee964
|
|
@ -231,9 +231,9 @@ void InitWindow(int width, int height, const char *title)
|
|||
|
||||
// Set some default window flags
|
||||
CORE.Window.flags &= ~FLAG_WINDOW_HIDDEN; // false
|
||||
CORE.Window.flags &= ~FLAG_WINDOW_MINIMIZED); // false
|
||||
CORE.Window.flags |= FLAG_WINDOW_MAXIMIZED); // true
|
||||
CORE.Window.flags &= ~FLAG_WINDOW_UNFOCUSED); // false
|
||||
CORE.Window.flags &= ~FLAG_WINDOW_MINIMIZED; // false
|
||||
CORE.Window.flags |= FLAG_WINDOW_MAXIMIZED; // true
|
||||
CORE.Window.flags &= ~FLAG_WINDOW_UNFOCUSED; // false
|
||||
|
||||
TRACELOG(LOG_INFO, "PLATFORM: ANDROID: Application initialized successfully");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user