Ignore:
Timestamp:
Mar 30, 2017, 1:56:54 PM (8 years ago)
Author:
Sanahuja Guillaume
Message:

m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/SimuCameraGL.cpp

    r162 r166  
    9898  if (isGlExtensionSupported("GL_PACK_INVERT_MESA")) {
    9999    invert_pixel = false;
    100     Thread::Warn("GL_PACK_INVERT_MESA is suppoorted\n");
     100    Thread::Warn("GL_PACK_INVERT_MESA is supported\n");
    101101  } else {
    102102    invert_pixel = true;
     
    124124    smgr->getVideoDriver()->setViewPort(rect<s32>(x, y, x + width, y + height));
    125125    smgr->drawAll();
    126     // use_pbo=false;
    127126    getImage();
    128127  }
Note: See TracChangeset for help on using the changeset viewer.