Skip to content

Commit 1f94b87

Browse files
committed
Fix variable name
1 parent 33300f8 commit 1f94b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Image/ImageLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void Initialize()
4949
{
5050
Stopwatch.Normal("|ImageLoader.Initialize|Preload images cost", () =>
5151
{
52-
ImageCache.Usage.AsParallel().ForAll(x =>
52+
_imageCache.Usage.AsParallel().ForAll(x =>
5353
{
5454
Load(x.Key);
5555
});

0 commit comments

Comments
 (0)