minor cleanups, add the preview images back

This commit is contained in:
msk
2023-07-31 14:40:48 -07:00
parent 6cc32af15d
commit 611f074b73
11 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ public static AssetBundle bundle;
}
else
{
Logger.LogInfo(String.Format("Couldn't find a TNH game. Trying again...({0}/10)", i));
Logger.LogInfo(String.Format("Couldn't find a TNH game. Trying again...({0}/10)", i+1));
yield return new WaitForEndOfFrame();
}
}