mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Add support for multiple occurrances of -c commandline argument
This commit is contained in:
@@ -64,7 +64,7 @@ struct ShutdownInformation {
|
||||
|
||||
struct CommandlineArguments {
|
||||
std::string configurationName;
|
||||
std::string configurationOverride;
|
||||
std::vector<std::string> configurationOverride;
|
||||
};
|
||||
|
||||
class OpenSpaceEngine : public properties::PropertyOwner {
|
||||
|
||||
Reference in New Issue
Block a user