ソースを参照

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

--HG--
branch : minor
Alex Szpakowski 7 年 前
コミット
fccc6fa733
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/modules/graphics/Graphics.h

+ 1 - 1
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: