Skip to content

Commit 50e2bd2

Browse files
committed
update
1 parent 8a4abba commit 50e2bd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/game/client/swarm/vgui/nb_header_footer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void CASW_Background_Movie::ClearCurrentMovie()
154154
break;
155155
}
156156
m_nMaterialType = MATERIAL_INVALID;
157-
//m_nTextureID = -1;
157+
m_nTextureID = -1;
158158
}
159159
}
160160

@@ -256,7 +256,7 @@ void CASW_Background_Movie::Update( bool bForce )
256256
{
257257
m_videoFFmpegPlayer.Reset();
258258
m_nMaterialType = MATERIAL_INVALID;
259-
//m_nTextureID = -1;
259+
m_nTextureID = -1;
260260
}
261261
break;
262262
case MATERIAL_BIK:

0 commit comments

Comments
 (0)