Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2016, 10:35:11 PM (8 years ago)
Author:
landauf
Message:

fixed author and added some c++11 features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shaders_merge/src/orxonox/graphics/LensFlare.h

    r11074 r11075  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
    24  *      Reto Grieder (physics)
     23 *      David 'davidsa' Salvisberg
    2524 *   Co-authors:
    2625 *      ...
     
    164163                { return this->fadeOnViewBorder_; }
    165164
    166             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     165            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    167166
    168             virtual void tick(float dt);
     167            virtual void tick(float dt) override;
    169168
    170             virtual void changedVisibility();
     169            virtual void changedVisibility() override;
    171170
    172171        private:
Note: See TracChangeset for help on using the changeset viewer.