You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
[TextServer] Track emoji subruns separately from parentheses stack.
This commit is contained in:
@@ -58,6 +58,7 @@ using namespace godot;
|
||||
|
||||
class ScriptIterator {
|
||||
static const int PAREN_STACK_DEPTH = 128;
|
||||
static const int EMOJI_STACK_DEPTH = 32;
|
||||
|
||||
public:
|
||||
struct ScriptRange {
|
||||
|
||||
Reference in New Issue
Block a user