Sfoglia il codice sorgente

Fix missing line from editing merge conflct.

aignacio_sf 20 anni fa
parent
commit
6d79bac2fe
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;