From ce3ed75e1a4b06c8cf2a311d66c9c723da99bd3f Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Tue, 29 Aug 2006 00:47:25 +0000 Subject: [PATCH] Add a config option for the management of textures with DirectX management. --- panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx index 9a170489ad..0432e14f7a 100755 --- a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx +++ b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx @@ -127,7 +127,7 @@ DXGraphicsStateGuardian9(GraphicsPipe *pipe) : Geom::GR_triangle_strip | Geom::GR_triangle_fan | Geom::GR_flat_first_vertex; - _gsg_managed_textures = dx_management; + _gsg_managed_textures = dx_management | dx_texture_management; _gsg_managed_vertex_buffers = dx_management; _gsg_managed_index_buffers = dx_management;