Skip to content

Commit 6aec0c2

Browse files
committed
Disable the WiP code for the issue 885
1 parent 5926348 commit 6aec0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helios/ImageManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ private Uri GetImageUri(string path)
366366
{
367367
string packPath = MakeImagePathAbsolute(path);
368368
Uri imageUri = new Uri(packPath, UriKind.Absolute);
369-
ListResources(imageUri);
369+
// ListResources(imageUri); //WiP
370370

371371

372372
if (CanOpenPackUri(imageUri))

0 commit comments

Comments
 (0)