recall group select again

This commit is contained in:
Titus Tscharntke 2013-02-08 23:54:50 +00:00
parent d491a6ae96
commit f06f86904c
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ void Gui::groupKey(int groupIndex) {
if(lastGroupRecall == groupIndex &&
lastGroupRecallTime.getMillis() > 0 &&
lastGroupRecallTime.getMillis() <= recallGroupCenterCameraTimeout) {
selection.recallGroup(groupIndex);
centerCameraOnSelection();
}
else {