Added configuration file bypass launcher key option

This commit is contained in:
Gene Payne
2020-10-02 15:49:27 -06:00
parent fff9a32d97
commit 5d5bfd340b
4 changed files with 5 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ struct Configuration {
glm::dvec3 masterRotation = glm::dvec3(0.0);
bool isConsoleDisabled = false;
bool usingProfile = false;
bool bypassLauncher = false;
std::map<std::string, ghoul::Dictionary> moduleConfigurations;