Linux: build fix for changed handleCloseRequest callback
parent
64f46e369c
commit
d24df341c4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue