mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Increase the love.graphics max stack depth from 64 to 128.
--HG-- branch : minor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user