[code/ulab] Added ulab to toolbox

This commit is contained in:
Laury
2021-09-03 22:57:04 +02:00
parent 3a4e33a1a7
commit 74635f8d88
12 changed files with 1022 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ protected:
int depth() const;
void resetStack();
private:
constexpr static int k_maxModelTreeDepth = 3;
constexpr static int k_maxModelTreeDepth = 4;
State m_statesStack[k_maxModelTreeDepth];
};