mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[TextServer] Track emoji subruns separately from parentheses stack.
This commit is contained in:
parent
b15a13eed3
commit
2479e1737a
2 changed files with 67 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue