mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Fix Android build, but there is a remaining linking issue in guiConfirmRegistration
* Also fix variable name overloading in guiConfirmRegistration
This commit is contained in:
@@ -1039,7 +1039,7 @@ void GUIFormSpecMenu::createTextField(parserData *data, FieldSpec &spec,
|
||||
}
|
||||
|
||||
if (e) {
|
||||
if (is_editable && spec.fname == data->focused_fieldname)
|
||||
if (is_editable && spec.fname == data->focused_fieldname)
|
||||
Environment->setFocus(e);
|
||||
|
||||
if (is_multiline) {
|
||||
|
Reference in New Issue
Block a user