From 363e726652777b9accc1528fa79b74d6e31eca18 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 16 Sep 2006 03:09:42 +0000 Subject: [PATCH] Only flush the directory cache of the screen shot directory. --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e88d5a0753..366189f4e9 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1150,7 +1150,7 @@ RString StepMania::SaveScreenshot( RString sDir, bool bSaveCompressed, bool bMak // // Find a file name for the screenshot // - FlushDirCache(); + FILEMAN->FlushDirCache( sDir ); vector files; GetDirListing( sDir + "screen*", files, false, false );