Allow reload texture with control+f3 for sam in game

This commit is contained in:
Benau 2017-02-05 14:10:26 +08:00
parent 6fae872a69
commit 5d30393641

View File

@ -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;