Skip to content

Commit

Permalink
Fix inspect camera not targeting center
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Sep 27, 2024
1 parent 844d513 commit 6a542fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MapStudio.UI
2 changes: 1 addition & 1 deletion Updater/UpdaterHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static async Task DownloadRelease(string folder, Release release, int assetIndex
/// </summary>
public static void Install(string folderDir)
{
string path = Path.Combine(folderDir,"latest","net5.0");
string path = Path.Combine(folderDir,"latest","net8.0");

if (!Directory.Exists(path)) {
Console.WriteLine($"No downloaded directory found!");
Expand Down

0 comments on commit 6a542fa

Please sign in to comment.