mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
don't let taking a screenshot eat the key (#492)
This commit is contained in:
parent
6d5235d2b6
commit
3dff8de07a
@ -4874,7 +4874,7 @@ boolean M_Responder (event_t* ev)
|
|||||||
if ((devparm && ch == key_help) || M_InputActivated(input_screenshot))
|
if ((devparm && ch == key_help) || M_InputActivated(input_screenshot))
|
||||||
{
|
{
|
||||||
G_ScreenShot ();
|
G_ScreenShot ();
|
||||||
return true;
|
// return true; // [FG] don't let toggles eat keys
|
||||||
}
|
}
|
||||||
|
|
||||||
// If there is no active menu displayed...
|
// If there is no active menu displayed...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user