Skip to content
Snippets Groups Projects
Commit ce589712 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Removed OpenGL Standard Parameter from MiniCAVE

parent 2bcdff72
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
* Mini CAVE Options * Mini CAVE Options
*/ */
UPROPERTY(EditAnywhere, config, Category = "General|MiniCAVE", meta = (DisplayName = "Launch Parameters")) UPROPERTY(EditAnywhere, config, Category = "General|MiniCAVE", meta = (DisplayName = "Launch Parameters"))
FString MiniCAVELaunchParameters = "-dc_cluster -dc_dev_mono -windowed -fixedseed -notexturestreaming -opengl4"; FString MiniCAVELaunchParameters = "-dc_cluster -dc_dev_mono -windowed -fixedseed -notexturestreaming";
UPROPERTY(EditAnywhere, config, Category = "General|MiniCAVE", meta = (DisplayName = "Additioanl Launch Parameters for Master")) UPROPERTY(EditAnywhere, config, Category = "General|MiniCAVE", meta = (DisplayName = "Additioanl Launch Parameters for Master"))
FString MiniCAVEAdditionalLaunchParametersMaster = "-log"; FString MiniCAVEAdditionalLaunchParametersMaster = "-log";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment