Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2017, 1:15:12 PM (8 years ago)
Author:
boltn
Message:

nur einmal auszfuehrenden code aus tick in initialize fkt verschoben

File:
1 edited

Legend:

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

    r11584 r11588  
    5454            std::vector<Ogre::TextAreaOverlayElement*> texts;
    5555            void initialize();
    56             void setTextSize(float size);
    57             float getTextSize() const;
     56            virtual void setTextSize(float size);
     57            virtual float getTextSize() const;
    5858
    59             void setFont(const std::string& font);
     59            virtual void setFont(const std::string& font);
    6060            const std::string& getFont() const;
    6161
Note: See TracChangeset for help on using the changeset viewer.