uncomment

This commit is contained in:
Anthony Calosa
2021-05-24 16:23:23 +08:00
parent 0e50de91b4
commit d4a28c0e7b

View File

@@ -277,8 +277,8 @@ public final class FModel {
} }
} }
/*if (GuiBase.getInterface().isLibgdxPort() && GuiBase.getDeviceRAM() < 5000) if (GuiBase.getInterface().isLibgdxPort() && GuiBase.getDeviceRAM() < 5000)
return; // don't preload ItemPool on mobile port with less than 5GB RAM*/ return; // don't preload ItemPool on mobile port with less than 5GB RAM
//common ItemPool to preload //common ItemPool to preload
allCardsNoAlt = getAllCardsNoAlt(); allCardsNoAlt = getAllCardsNoAlt();