don't let taking a screenshot eat the key (#492)

This commit is contained in:
Fabian Greffrath 2022-04-04 08:56:34 +02:00 committed by GitHub
parent 6d5235d2b6
commit 3dff8de07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4874,7 +4874,7 @@ boolean M_Responder (event_t* ev)
if ((devparm && ch == key_help) || M_InputActivated(input_screenshot))
{
G_ScreenShot ();
return true;
// return true; // [FG] don't let toggles eat keys
}
// If there is no active menu displayed...