VirtualBox

Changeset 72836 in vbox


Ignore:
Timestamp:
Jul 3, 2018 5:07:53 PM (6 years ago)
Author:
vboxsync
Message:

VBoxDbgGl: fix bitwise vs logical precedence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.c

    r69500 r72836  
    317317            Assert(DBGL_OP(IsEnabled(pSurf->texture_target)));
    318318            Assert(pSurf->Flags & SFLAG_INTEXTURE);
    319             if (pSurf->Flags & SFLAG_INSYSMEM && !pSurf->Flags & SFLAG_PBO)
     319            if ((pSurf->Flags & SFLAG_INSYSMEM) && !(pSurf->Flags & SFLAG_PBO))
    320320            {
    321321                Assert(pSurf->resource.allocatedMemory);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette