From 843c9d07b9450db5c46f598f7bc90cc17682c9b5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 22 Jan 2005 15:17:11 +0000 Subject: [PATCH] typo --- panda/src/dxgsg8/config_dxgsg8.cxx | 2 +- panda/src/dxgsg9/config_dxgsg9.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/dxgsg8/config_dxgsg8.cxx b/panda/src/dxgsg8/config_dxgsg8.cxx index e8938015bd..5f30ea9f4d 100644 --- a/panda/src/dxgsg8/config_dxgsg8.cxx +++ b/panda/src/dxgsg8/config_dxgsg8.cxx @@ -107,7 +107,7 @@ ConfigVariableInt dx_preferred_device_id ("dx-preferred-device-id", -1); #ifdef _DEBUG -float dx_global_miplevel_bias +ConfigVariableDouble dx_global_miplevel_bias ("dx-global-miplevel-bias", 0.0); ConfigVariableBool dx_debug_view_mipmaps ("dx-debug-view-mipmaps", false); diff --git a/panda/src/dxgsg9/config_dxgsg9.cxx b/panda/src/dxgsg9/config_dxgsg9.cxx index 10c8952fb6..08268b66f3 100755 --- a/panda/src/dxgsg9/config_dxgsg9.cxx +++ b/panda/src/dxgsg9/config_dxgsg9.cxx @@ -107,7 +107,7 @@ ConfigVariableInt dx_preferred_device_id ("dx-preferred-device-id", -1); #ifdef _DEBUG -float dx_global_miplevel_bias +ConfigVariableDouble dx_global_miplevel_bias ("dx-global-miplevel-bias", 0.0); ConfigVariableBool dx_debug_view_mipmaps ("dx-debug-view-mipmaps", false);