Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Small fixes.

Location:
code/branches/pch/src/orxonox/tools
Files:
2 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];
  • code/branches/pch/src/orxonox/tools/TextureGenerator.h

    r3131 r3153  
    4646    {
    4747    public:
    48         static const std::string& getMaterialName(std::string textureName, const ColourValue& colour);
     48        static const std::string& getMaterialName(const std::string& textureName, const ColourValue& colour);
    4949
    5050    private:
Note: See TracChangeset for help on using the changeset viewer.