mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-26 14:40:50 -04:00
b5037a0856
* Converted all GuiWindows to the new separate Begin/End format in current LUS except InputViewer, CheckTracker, ItemTracker and Modals. * Setup Check, Entrance, Item trackers and Input Viewer to override `Draw()` to bypass the ImGui Begin and End, as they're not intended to go in the modern menu. * Cleanup.