forked from Kolyah35/minecraft-pe-0.6.1
FIX: Rewrite options
This commit is contained in:
@@ -132,7 +132,7 @@ void TextEditScreen::keyPressed( int eventKey ) {
|
||||
}
|
||||
}
|
||||
|
||||
void TextEditScreen::keyboardNewChar( char inputChar ) {
|
||||
void TextEditScreen::charPressed( char inputChar ) {
|
||||
std::string fullstring = sign->messages[line] + inputChar;
|
||||
if(fullstring.length() < 16) {
|
||||
sign->messages[line] = fullstring;
|
||||
|
||||
Reference in New Issue
Block a user