This commit is contained in:
max 2024-07-25 22:58:07 +02:00
parent ad2f527de5
commit d80cc51aff
3 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ private static void HandleOnGui()
ImGui.ShowDemoWindow();
ProjectGui.OnGui();
EditorProjectGui.OnGui();
}
}
}

View File

@ -2,7 +2,7 @@
namespace Nerfed.Editor.Project;
internal static class ProjectGui
internal static class EditorProjectGui
{
private static string projectDirectory = string.Empty;
private static string projectName = string.Empty;