From af4e8e1717405963ff89a114832d376f937786da Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Mar 2022 00:42:12 +0100 Subject: Changed to use Video's cache invalidation method directly --- Stars45/Starshatter.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Stars45/Starshatter.cpp') diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 19cbb64..8572169 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -2635,15 +2635,6 @@ Starshatter::SaveVideoConfig(const char* filename) // +--------------------------------------------------------------------+ void -Starshatter::InvalidateTextureCache() -{ - if (video) - video->InvalidateCache(); -} - -// +--------------------------------------------------------------------+ - -void Starshatter::ExecCutscene(const char* msn_file, const char* path) { if (InCutscene() || !msn_file || !*msn_file) return; -- cgit v1.1