Skip to content

Commit

Permalink
LandBrush Manager is hidden until finished
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Oct 8, 2024
1 parent e9d0a67 commit cee3166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CentrED/UI/Windows/LandBrushManagerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ protected override void InternalDraw()
}

DrawImport();

ImGui.Text("Coming soon ;)");
return; //For now until we fix the landbrushes

if (ImGui.Button("Save"))
{
Expand Down

0 comments on commit cee3166

Please sign in to comment.