mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
i'm sorry wtf was i doing with that commit???
was bro high??? tf was this about
This commit is contained in:
parent
ae6856f6aa
commit
c48e8ad8d4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ TextInput* TextInput::create(float width, std::string const& placeholder, std::s
|
|||
}
|
||||
|
||||
void TextInput::textChanged(CCTextInputNode* input) {
|
||||
if (m_onInput && input->getString()) {
|
||||
if (m_onInput) {
|
||||
m_onInput(input->getString());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue