Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2009, 1:44:25 PM (15 years ago)
Author:
rgrieder
Message:

Merged revisions 6054, 6056 and 6057 to particles2 branch.

Location:
code/branches/particles2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particles2

  • code/branches/particles2/src/orxonox/overlays/OrxonoxOverlay.h

    r5980 r6067  
    169169        virtual void changedOwner() {}
    170170
    171         inline void setOverlayGroup(OverlayGroup* group)
    172         {
    173             if (group != this->group_)
    174             {
    175                 this->group_ = group;
    176                 this->changedOverlayGroup();
    177             }
    178         }
     171        void setOverlayGroup(OverlayGroup* group);
    179172        inline OverlayGroup* getOverlayGroup() const
    180173            { return this->group_; }
Note: See TracChangeset for help on using the changeset viewer.