From 6d79bac2fe95037a6cfdc3f8b9587e6ed32d04cc Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Tue, 21 Mar 2006 02:27:18 +0000 Subject: [PATCH] Fix missing line from editing merge conflct. --- panda/src/dxgsg9/dxTextureContext9.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/dxgsg9/dxTextureContext9.cxx b/panda/src/dxgsg9/dxTextureContext9.cxx index 1e5c7c7775..9f196056e0 100755 --- a/panda/src/dxgsg9/dxTextureContext9.cxx +++ b/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;