mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +02:00
Merge remote-tracking branch 'origin/fix/add_more_GPU_mem_options' into fix/add_more_GPU_mem_options
This commit is contained in:
commit
36b8fb7090
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ Menu::Menu() {
|
|||
newMaxTextureMemory = MB_TO_BYTES(4096);
|
||||
} else if (MenuOption::RenderMaxTexture6144MB == text) {
|
||||
newMaxTextureMemory = MB_TO_BYTES(6144);
|
||||
} else if (MenuOption::RenderMaxTexture8192MB == text) {
|
||||
} else if (MenuOption::RenderMaxTexture1024MB == text) {
|
||||
newMaxTextureMemory = MB_TO_BYTES(8192);
|
||||
} else if (MenuOption::RenderMaxTexture10240MB == text) {
|
||||
newMaxTextureMemory = MB_TO_BYTES(10240);
|
||||
|
|
Loading…
Reference in a new issue