Linux: build fix for changed handleCloseRequest callback

master
Zi Ree 2025-12-04 14:38:25 +01:00
parent 64f46e369c
commit d24df341c4
1 changed files with 1 additions and 1 deletions

View File

@ -2063,7 +2063,7 @@ void LLWindowSDL::gatherInput()
break; break;
} }
case SDL_QUIT: case SDL_QUIT:
if(mCallbacks->handleCloseRequest(this)) if(mCallbacks->handleCloseRequest(this, true))
{ {
// Get the app to initiate cleanup. // Get the app to initiate cleanup.
mCallbacks->handleQuit(this); mCallbacks->handleQuit(this);