Add fly animations
This commit is contained in:
@@ -19,7 +19,6 @@ void GuiText::Update(float elapsedSec) {
|
||||
|
||||
void GuiText::ChangeText(const std::string& text) const {
|
||||
m_Text->ChangeText(text);
|
||||
|
||||
}
|
||||
GuiText::~GuiText() {
|
||||
delete m_Text;
|
||||
|
||||
Reference in New Issue
Block a user