David Rose 21 年之前
父節點
當前提交
843c9d07b9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      panda/src/dxgsg8/config_dxgsg8.cxx
  2. 1 1
      panda/src/dxgsg9/config_dxgsg9.cxx

+ 1 - 1
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);

+ 1 - 1
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);