1
0
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:
Pāvels Nadtočajevs
2025-11-19 08:34:30 +02:00
parent b15a13eed3
commit 2479e1737a
2 changed files with 67 additions and 18 deletions

View File

@@ -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 {