From 17f75fffc88baf8e9523eac755fa8f58b4882a56 Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Mon, 13 Mar 2006 18:54:59 +0000 Subject: [PATCH] Correct warning message: display adjusted/correct amount of memory. --- panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx index 06a5ab95a9..b8b42c0434 100755 --- a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx +++ b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx @@ -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 {