diff --git a/src/game/client/components/mapimages.cpp b/src/game/client/components/mapimages.cpp index 2fb75ccb6..64381d98f 100644 --- a/src/game/client/components/mapimages.cpp +++ b/src/game/client/components/mapimages.cpp @@ -185,6 +185,10 @@ void CMapImages::SetTextureScale(int Scale) Graphics()->UnloadTexture(m_OverlayTopTexture); Graphics()->UnloadTexture(m_OverlayCenterTexture); + m_OverlayBottomTexture = IGraphics::CTextureHandle(); + m_OverlayTopTexture = IGraphics::CTextureHandle(); + m_OverlayCenterTexture = IGraphics::CTextureHandle(); + InitOverlayTextures(); } }