1.5: Fuckin' UE5... #38

Manually merged
williamjcm merged 126 commits from one-point-five into master 2024-07-22 11:06:13 +02:00
Showing only changes of commit e4ef5d4423 - Show all commits

View file

@ -26,8 +26,6 @@ void
SaveTool::updateCheckEvent(SDL_Event& event) {
_updateThread.join();
LOG_INFO("in updateCheckEvent().");
switch(static_cast<UpdateChecker::Result>(event.user.code)) {
case UpdateChecker::Success:
_checkerMutex.lock();