Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Jul 24, 2024
1 parent 25b70d6 commit 311d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixes/ValidateScreenshotFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Fixes::ValidateScreenshotFolder
if (emptyPath) {
screenshotFolder = gameDirectory;
newBaseName = "Screenshot";
} else {
} else {
screenshotFolder = folder;
screenshotFolder.make_preferred();

Expand Down

0 comments on commit 311d2f2

Please sign in to comment.