Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 4:12:45 PM (15 years ago)
Author:
rgrieder
Message:

Small fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/tools/TextureGenerator.cc

    r3145 r3153  
    6565    unsigned int TextureGenerator::materialCount_s = 0;
    6666
    67     /*static*/ const std::string& TextureGenerator::getMaterialName(std::string textureName, const ColourValue& colour)
     67    /*static*/ const std::string& TextureGenerator::getMaterialName(const std::string& textureName, const ColourValue& colour)
    6868    {
    6969        std::map<ColourValue, std::string>& colourMap = materials_s[textureName];
Note: See TracChangeset for help on using the changeset viewer.