mirror of https://github.com/axmolengine/axmol.git
please ignore just a test
This commit is contained in:
parent
be7c8c7553
commit
c4df3ccd10
|
@ -302,7 +302,7 @@ public:
|
|||
/** Sets the text that this Label is to display.*/
|
||||
virtual void setString(const std::string& text) override;
|
||||
|
||||
/** Return the text the Label is displaying.*/
|
||||
/** Return the text the Label is currently displaying.*/
|
||||
virtual const std::string& getString() const override { return _utf8Text; }
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue