Allow reload texture with control+f3 for sam in game
This commit is contained in:
parent
6fae872a69
commit
5d30393641
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user