Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2018, 12:11:04 AM (7 years ago)
Author:
landauf
Message:

[CampaignMap_HS17] some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/overlays/hud/StoryModeHUD.h

    r11743 r11745  
    5050            virtual void tick(float dt) override;
    5151
     52        private:
     53            void initialize();
    5254
    53         private:
    54             std::vector<Ogre::TextAreaOverlayElement*> texts;
    55             void initialize();
    56             virtual void setTextSize(float size);
    57             virtual float getTextSize() const;
     55            void setTextSize(float size);
     56            float getTextSize() const;
    5857
    59             virtual void setFont(const std::string& font);
     58            void setFont(const std::string& font);
    6059            const std::string& getFont() const;
    6160
     61            std::vector<Ogre::TextAreaOverlayElement*> texts;
    6262            std::string fontName_;
    6363            float textSize_;
Note: See TracChangeset for help on using the changeset viewer.