Browse Source

Make the following the default behavior:
Turn off DirectX management of vertex buffers and index buffers.
Turn on Panda management of vertex buffers and index buffers.

aignacio_sf 19 years ago
parent
commit
c88aa3162d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/dxgsg9/config_dxgsg9.cxx

+ 1 - 1
panda/src/dxgsg9/config_dxgsg9.cxx

@@ -133,7 +133,7 @@ ConfigVariableBool link_tristrips
 // true = use DirectX management of video memory
 // false = see dx_lru_management config variable below
 ConfigVariableBool dx_management
-("dx-management", true);
+("dx-management", false);
 
 // valid only if dx_management == false
 // true = use DirectX management of texture memory