Skip to content

Commit b2498ca

Browse files
committed
hotfix: remove a reference to resolution
1 parent cb1399f commit b2498ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastLoadingScreen/Patches/WaitScreenPatch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private static IEnumerator End()
7272
else
7373
{
7474
Logger.LogInfo($"Loading completed in {stopwatch.Elapsed.TotalSeconds:N2}s, " +
75-
$"resetting FPS cap and VSync per user preferences ({frameRate}, {vSyncCount}, {resolution})");
75+
$"resetting FPS cap and VSync per user preferences ({frameRate}, {vSyncCount})");
7676
Application.targetFrameRate = frameRate;
7777
QualitySettings.vSyncCount = vSyncCount;
7878

0 commit comments

Comments
 (0)