mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05: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