Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 6, 2010, 9:34:51 PM (15 years ago)
Author:
rgrieder
Message:

Merged png2 branch back to trunk.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/modules/overlays/hud/HUDBar.cc

    r6677 r7368  
    7676        material->getTechnique(0)->getPass(0)->setSceneBlending(Ogre::SBT_TRANSPARENT_ALPHA);
    7777        this->textureUnitState_ = material->getTechnique(0)->getPass(0)->createTextureUnitState();
    78         this->textureUnitState_->setTextureName("bar2.tga");
     78        this->textureUnitState_->setTextureName("bar2.png");
    7979        this->textureUnitState_->setNumMipmaps(0);
    8080        // use the default colour
Note: See TracChangeset for help on using the changeset viewer.