You've already forked godot
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:
@@ -43,6 +43,8 @@
|
||||
#include <hb.h>
|
||||
|
||||
class ScriptIterator {
|
||||
static const int PAREN_STACK_DEPTH = 128;
|
||||
|
||||
public:
|
||||
struct ScriptRange {
|
||||
int start = 0;
|
||||
|
||||
Reference in New Issue
Block a user