1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Add TextServer parentheses stack dynamic reallocation support.

This commit is contained in:
bruvzg
2021-09-03 09:03:24 +03:00
parent 18c0f0b3ba
commit 49e316f41e
2 changed files with 20 additions and 2 deletions

View File

@@ -43,6 +43,8 @@
#include <hb.h>
class ScriptIterator {
static const int PAREN_STACK_DEPTH = 128;
public:
struct ScriptRange {
int start = 0;