Skip to content

Commit

Permalink
🚧 clean example project
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Mar 3, 2024
1 parent 1e6b17e commit 6a15f1d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -542,20 +542,6 @@ private static void Main()
public static void Debugging()
{
// Debug code placeholder
Window.Clear();

ElementList elementList = new();
Window.AddElement(elementList);
Window.Render(elementList);
Window.Freeze();
Window.Clear();
Window.RemoveElement<ElementList>();

InteractiveList interactiveList = new();
Window.AddElement(interactiveList);
Window.Render(interactiveList);
Window.Freeze();

}
}
}

0 comments on commit 6a15f1d

Please sign in to comment.