From fccc6fa733e90dc4803ea268f70f404381e71b3e Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 28 Nov 2017 22:41:01 +0000 Subject: [PATCH] Increase the love.graphics max stack depth from 64 to 128. --HG-- branch : minor --- src/modules/graphics/Graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphics/Graphics.h b/src/modules/graphics/Graphics.h index 55577e61d..885ffd728 100644 --- a/src/modules/graphics/Graphics.h +++ b/src/modules/graphics/Graphics.h @@ -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: