Optionalize pause on focus lost

This commit is contained in:
nastys
2019-11-16 05:33:44 +01:00
parent feedab19c5
commit f52e702843
4 changed files with 15 additions and 1 deletions
@@ -131,5 +131,7 @@ namespace TLAC::Components
static float getMenuAnimPos();
static TLAC::Utilities::Drawing::Point getMenuItemCoords(menusets set, int pos);
bool autoPause;
};
}