mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Exposing more texture memory budget options
This commit is contained in:
parent
e6085a90d6
commit
b88b668a06
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue