Correct warning message: display adjusted/correct amount of memory.

This commit is contained in:
aignacio_sf 2006-03-13 18:54:59 +00:00
parent 392bffee4e
commit 17f75fffc8
1 changed files with 1 additions and 1 deletions

View File

@ -2473,7 +2473,7 @@ reset() {
maximum_memory = available_texture_memory;
// need to warn user about low video memory
dxgsg9_cat.warning() << "Available video memory " << _available_texture_memory << " is below the minimum requirement of " << minimum_memory_requirement << "\n";
dxgsg9_cat.warning() << "Available video memory " << maximum_memory << " is below the minimum requirement of " << minimum_memory_requirement << "\n";
}
}
else {