1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Remove the 'Screenshot saved' message (bug #4191)

This commit is contained in:
Andrei Kortunov 2018-01-08 13:12:12 +04:00
parent b86118f76f
commit dba071f881

View File

@ -1021,8 +1021,6 @@ namespace MWInput
{
mScreenCaptureHandler->setFramesToCapture(1);
mScreenCaptureHandler->captureNextFrame(*mViewer);
MWBase::Environment::get().getWindowManager()->messageBox ("Screenshot saved");
}
void InputManager::toggleInventory()