We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d5694 commit d907394Copy full SHA for d907394
tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs
@@ -36,7 +36,7 @@ public struct ImageInfo
36
public Preview(Wizard wizard)
37
: base(wizard)
38
{
39
- this.rootFolder = Path.Combine(TestEnvironment.InputImagesDirectoryFullPath, "Dds", "Flat");
+ this.rootFolder = Path.Combine(TestEnvironment.InputImagesDirectoryFullPath, "Dds");
40
this.currentFolder = this.rootFolder;
41
}
42
0 commit comments