|
|
|
@ -360,7 +360,7 @@ void SetWindowState(unsigned int flags) |
|
|
|
if (!CORE.Window.ready) TRACELOG(LOG_WARNING, "WINDOW: SetWindowState does nothing before window initialization, Use \"SetConfigFlags\" instead"); |
|
|
|
|
|
|
|
// State change: FLAG_WINDOW_ALWAYS_RUN |
|
|
|
if (o">!FLAG_IS_SET(flags, FLAG_WINDOW_ALWAYS_RUN)) FLAG_SET(CORE.Window.flags, FLAG_WINDOW_ALWAYS_RUN); |
|
|
|
if (FLAG_IS_SET(flags, FLAG_WINDOW_ALWAYS_RUN)) FLAG_SET(CORE.Window.flags, FLAG_WINDOW_ALWAYS_RUN); |
|
|
|
} |
|
|
|
|
|
|
|
// Clear window configuration state flags |
|
|
|
|