Skip to content

Commit d907394

Browse files
committed
Fix file path to example textures
1 parent 02d5694 commit d907394

File tree

1 file changed

+1
-1
lines changed
  • tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages

1 file changed

+1
-1
lines changed

tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public struct ImageInfo
3636
public Preview(Wizard wizard)
3737
: base(wizard)
3838
{
39-
this.rootFolder = Path.Combine(TestEnvironment.InputImagesDirectoryFullPath, "Dds", "Flat");
39+
this.rootFolder = Path.Combine(TestEnvironment.InputImagesDirectoryFullPath, "Dds");
4040
this.currentFolder = this.rootFolder;
4141
}
4242

0 commit comments

Comments
 (0)