Skip to content

Commit

Permalink
Fix editor progression issues (OpenRCT2#23511)
Browse files Browse the repository at this point in the history
Partial revert of OpenRCT2#23487
  • Loading branch information
AaronVanGeffen authored Dec 30, 2024
1 parent 23d4032 commit 752f169
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/openrct2/interface/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ void WindowSetWindowLimit(int32_t value)
*/
void WindowClose(WindowBase& w)
{
if (!w.CanClose())
{
// Something's preventing this window from closing -- bail out early
return;
}

w.OnClose();

// Remove viewport
Expand Down

0 comments on commit 752f169

Please sign in to comment.