Skip to content

Commit

Permalink
Removed: double window
Browse files Browse the repository at this point in the history
  • Loading branch information
EqUiNoX-Labs committed Sep 7, 2023
1 parent 7e79cbb commit b1f00ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pandora/UI/ApplicationUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void Run()
{
var admin = Utility.IsAdmin() ? " ADMIN" : string.Empty;

m_window = new Window();
m_window.Title = $"Pandora - {m_version}{admin}";
m_window.Size = new OpenTK.Mathematics.Vector2i(1280, 720);
m_window.VSync = OpenTK.Windowing.Common.VSyncMode.On;
Expand Down

0 comments on commit b1f00ff

Please sign in to comment.