[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
This commit is contained in:
parent
475248d99d
commit
e651421905
18 changed files with 170 additions and 48 deletions
|
|
@ -2183,7 +2183,7 @@ bool TextServer::is_valid_identifier(const String &p_string) const {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool TextServer::is_valid_letter(char32_t p_unicode) const {
|
||||
bool TextServer::is_valid_letter(uint64_t p_unicode) const {
|
||||
return is_unicode_letter(p_unicode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue