Changeset 3999 for trunk


Ignore:
Timestamp:
Oct 4, 2013 1:14:56 PM (11 years ago)
Author:
ldelgass
Message:

Fix for building against VTK head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/LIC.cpp

    r3682 r3999  
    319319
    320320    _mapper->Update();
    321 #ifdef WANT_TRACE
    322     if (_lic != NULL) {
    323         TRACE("FBO status: %d LIC status: %d", _lic->GetFBOSuccess(), _lic->GetLICSuccess());
    324     } else if (_painter != NULL) {
    325         TRACE("LIC status: %d", _painter->GetLICSuccess());
    326     }
    327 #endif
    328321}
    329322
Note: See TracChangeset for help on using the changeset viewer.