diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 16bf7fc5d8..ab0022cd32 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1011,6 +1011,12 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam return false; // Attract need to know because they go to TitleMenu on > 1 credit } + if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_F2)) + { + THEME->ReloadMetrics(); + TEXTUREMAN->ReloadAll(); + return true; + } #ifndef DARWIN if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_F4)) {