From 2473414dcbfb02be4b19e2afa1c87827ad21356f Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 18 Jun 2010 08:51:16 -0500 Subject: [PATCH] _ --- src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index 8f3bb71382..4fddeb013a 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1452,7 +1452,7 @@ bool HandleGlobalInputs( const InputEventPlus &input ) { // If holding Shift save uncompressed, else save compressed bool bHoldingShift = ( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_LSHIFT) ) - || INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_LSHIFT) ) ); + || INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_RSHIFT) ) ); bool bSaveCompressed = !bHoldingShift; RageTimer timer; StepMania::SaveScreenshot( "Screenshots/", bSaveCompressed, false, -1 );