[rcore][win32] re-enable sanitize flags check for MSAA_4X
This commit is contained in:
parent
0961320e5d
commit
282d205ac1
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ static unsigned SanitizeFlags(SanitizeFlagsKind kind, unsigned flags)
|
||||||
switch (kind)
|
switch (kind)
|
||||||
{
|
{
|
||||||
case SANITIZE_FLAGS_FIRST: break;
|
case SANITIZE_FLAGS_FIRST: break;
|
||||||
case SANITIZE_FLAGS_NORMAL: break;
|
case SANITIZE_FLAGS_NORMAL:
|
||||||
if ((flags & FLAG_MSAA_4X_HINT) && (!(CORE.Window.flags & FLAG_MSAA_4X_HINT)))
|
if ((flags & FLAG_MSAA_4X_HINT) && (!(CORE.Window.flags & FLAG_MSAA_4X_HINT)))
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "WINDOW: MSAA can only be configured before window initialization");
|
TRACELOG(LOG_WARNING, "WINDOW: MSAA can only be configured before window initialization");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue