VirtualBox

Changeset 48366 in vbox


Ignore:
Timestamp:
Sep 6, 2013 3:53:20 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: fix debug defines, sigh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp

    r48348 r48366  
    922922    pCache->pDispatch->GetShaderiv(uiShader, GL_COMPILE_STATUS, &compiled);
    923923
    924 #ifdef DEBUG_misha
     924#ifndef DEBUG_misha
    925925    if(!compiled)
    926926#endif
     
    956956    GLint linked;
    957957    pCache->pDispatch->GetProgramiv(uiProgram, GL_LINK_STATUS, &linked);
    958 #ifdef DEBUG_misha
     958#ifndef DEBUG_misha
    959959    if(!linked)
    960960#endif
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