You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user