Merge pull request #1106 from Critical-Impact/log-window-destroy

This commit is contained in:
goat 2023-02-08 20:52:39 +01:00 committed by GitHub
commit e8d106795d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,6 +331,7 @@ internal class ConsoleWindow : Window, IDisposable
}
clipper.End();
clipper.Destroy();
}
ImGui.PopFont();