9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Low memory mode support

This commit is contained in:
Daniel Mills
2020-09-04 03:24:38 -04:00
parent f334b0137e
commit b8f58b9cc7
3 changed files with 7 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class ObjectResourceLoader extends ResourceLoader<IrisObject>
{
if(useFlip.flip())
{
unloadLast(60000 * 5);
unloadLast(Iris.lowMemoryMode ? 60000 : (60000 * 5));
}
}