Increase the love.graphics max stack depth from 64 to 128.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-11-28 22:41:01 +00:00
parent b6cb6aed47
commit fccc6fa733
+1 -1
View File
@@ -942,7 +942,7 @@ protected:
Deprecations deprecations;
static const size_t MAX_USER_STACK_DEPTH = 64;
static const size_t MAX_USER_STACK_DEPTH = 128;
static const int MAX_TEMPORARY_CANVAS_UNUSED_FRAMES = 16;
private: