Exposing more texture memory budget options

This commit is contained in:
samcake 2018-04-13 12:19:53 -07:00
parent e6085a90d6
commit b88b668a06

View file

@ -469,7 +469,7 @@ Menu::Menu() {
} else if (MenuOption::RenderMaxTexture4096MB == text) {
newMaxTextureMemory = MB_TO_BYTES(4096);
} else if (MenuOption::RenderMaxTexture6144MB == text) {
+newMaxTextureMemory = MB_TO_BYTES(6144);
newMaxTextureMemory = MB_TO_BYTES(6144);
} else if (MenuOption::RenderMaxTexture8192MB == text) {
newMaxTextureMemory = MB_TO_BYTES(8192);
}