Changeset 166 in flair-src


Ignore:
Timestamp:
03/30/17 13:56:54 (7 years ago)
Author:
Sanahuja Guillaume
Message:

m

Location:
trunk/lib/FlairSimulator/src
Files:
2 edited

Legend:

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

    r162 r166  
    229229        }
    230230      }
    231     } else // mode normal
    232     {
     231    } else { // mode normal
    233232      for (size_t i = 0; i < models.size(); i++) {
    234233        models.at(i)->pimpl_->UpdatePos();
     
    257256                 }
    258257                 device->setWindowCaption(L"toto");*/
     258
    259259    if (dbtFile_r == NULL) {// mode normal
    260260      for (size_t i = 0; i < models.size(); i++) {
  • 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.