naming
This commit is contained in:
parent
ad2f527de5
commit
d80cc51aff
@ -69,7 +69,7 @@ private static void HandleOnGui()
|
|||||||
|
|
||||||
ImGui.ShowDemoWindow();
|
ImGui.ShowDemoWindow();
|
||||||
|
|
||||||
ProjectGui.OnGui();
|
EditorProjectGui.OnGui();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Nerfed.Editor.Project;
|
namespace Nerfed.Editor.Project;
|
||||||
|
|
||||||
internal static class ProjectGui
|
internal static class EditorProjectGui
|
||||||
{
|
{
|
||||||
private static string projectDirectory = string.Empty;
|
private static string projectDirectory = string.Empty;
|
||||||
private static string projectName = string.Empty;
|
private static string projectName = string.Empty;
|
Loading…
Reference in New Issue
Block a user