Add UseCSharp to engine config and fix parsing cmd line options list

This commit is contained in:
Wojciech Figat
2022-07-25 13:18:53 +02:00
parent 1f495205af
commit 51c49cfac9
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
"GameTarget": "FlaxGame",
"EditorTarget": "FlaxEditor",
"Configuration": {
"UseCSharp": true,
"UseLargeWorlds": false
}
}