Browse Source

Fix missing line from editing merge conflct.

aignacio_sf 20 years ago
parent
commit
6d79bac2fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/dxgsg9/dxTextureContext9.cxx

+ 2 - 0
panda/src/dxgsg9/dxTextureContext9.cxx

@@ -648,6 +648,8 @@ create_texture(DXScreenData &scrn) {
   DWORD usage;
   D3DPOOL pool;
 
+  usage = 0;
+//  if (get_texture()->get_render_to_texture ( )) {
   if (get_texture()->get_render_to_texture ( )) {
     // REQUIRED PARAMETERS
     _managed = false;