diff --git a/src/common/d3d11/texture.cpp b/src/common/d3d11/texture.cpp index 1662c822c..1b03d49a6 100644 --- a/src/common/d3d11/texture.cpp +++ b/src/common/d3d11/texture.cpp @@ -121,6 +121,8 @@ void Texture::Destroy() m_rtv.Reset(); m_srv.Reset(); m_texture.Reset(); + m_width = 0; + m_height = 0; } } // namespace D3D11 \ No newline at end of file