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;
}
case SDL_QUIT:
if(mCallbacks->handleCloseRequest(this))
if(mCallbacks->handleCloseRequest(this, true))
{
// Get the app to initiate cleanup.
mCallbacks->handleQuit(this);