mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-10 17:37:13 +00:00
fix(linux): increase iggy render-target budget to 64mb
This commit is contained in:
parent
f499eaee9c
commit
b5b4fc34fe
|
|
@ -48,7 +48,7 @@ void ConsoleUIController::init(S32 w, S32 h) {
|
|||
gdraw_GL_SetResourceLimits(GDRAW_GL_RESOURCE_texture, 5000,
|
||||
128 * 1024 * 1024);
|
||||
gdraw_GL_SetResourceLimits(GDRAW_GL_RESOURCE_rendertarget, 10,
|
||||
32 * 1024 * 1024);
|
||||
64 * 1024 * 1024);
|
||||
|
||||
IggySetGDraw(gdraw_funcs);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue