mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[code/ulab] Added ulab to toolbox
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user