Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 8:01:43 PM (16 years ago)
Author:
nicolasc
Message:

fixed auto repeat problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/ConfigValueContainer.h

    r497 r663  
    7474            /** @returns the value of the type Vector3. @param value This is only needed to determine the right type. */
    7575            inline Ogre::Vector3 getValue(const Ogre::Vector3& value)           { return this->value_vector3_; }
    76             /** @returns the value of the type Colour£Value. @param value This is only needed to determine the right type. */
     76            /** @returns the value of the type ColourValue. @param value This is only needed to determine the right type. */
    7777            inline Ogre::ColourValue getValue(const Ogre::ColourValue& value)   { return this->value_colourvalue_; }
    7878
Note: See TracChangeset for help on using the changeset viewer.