Add UseLargeWorlds to engine configuration

This commit is contained in:
2022-06-13 18:54:15 +02:00
parent 1fc26a63a7
commit ffce2005da
5 changed files with 76 additions and 5 deletions
+4 -1
View File
@@ -8,5 +8,8 @@
"Company": "Flax",
"Copyright": "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.",
"GameTarget": "FlaxGame",
"EditorTarget": "FlaxEditor"
"EditorTarget": "FlaxEditor",
"Configuration": {
"UseLargeWorlds": false
}
}