Skip to content

Commit

Permalink
Update Screen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentDaMage authored Oct 17, 2024
1 parent 0d01899 commit 215f918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client/gui/Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void Screen::keyboardNewChar(char chr)
for (int i = 0; i < int(m_textInputs.size()); i++)
{
TextInputBox* textInput = m_textInputs[i];
textInput->keyboardNewChar(chr);
textInput->charPressed(chr);
}
}

Expand Down

0 comments on commit 215f918

Please sign in to comment.