Rename -game to -play & Fix when play not used.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-23 19:34:16 +02:00
parent 1f3a86dca9
commit 2f12642405
3 changed files with 5 additions and 5 deletions

View File

@@ -156,9 +156,9 @@ public:
Nullable<bool> ShaderDebug;
/// <summary>
/// -game !scene! ( Scene to play, can be empty to use default )
/// -play !guid! ( Scene to play, can be empty to use default )
/// </summary>
Nullable<String> Game;
Nullable<String> Play;
#endif
};