diff --git a/src/utils/debug.cpp b/src/utils/debug.cpp index 22753bfa0..714a21892 100644 --- a/src/utils/debug.cpp +++ b/src/utils/debug.cpp @@ -865,6 +865,11 @@ bool handleStaticAction(int key) { handleContextMenuAction(DEBUG_GUI_CAM_NORMAL); } + else if (key == KEY_F3) + { + STKTexManager::getInstance()->reloadTexture(""); + return true; + } // TODO: create more keyboard shortcuts return false;