Add missing default value and fix doc comment

#3150
This commit is contained in:
Wojtek Figat
2025-01-13 17:31:34 +01:00
parent a204ada6d3
commit 4add5dcf49

View File

@@ -109,10 +109,10 @@ API_CLASS(sealed, Namespace="FlaxEditor.Content.Settings") class FLAXENGINE_API
TextureQuality TexturesQuality = TextureQuality::ASTC_Medium;
/// <summary>
/// Whether to build android app bundle (aab) side by side with apk.
/// Whether to build Android App Bundle (aab) side by side with apk.
/// </summary>
API_FIELD(Attributes="EditorOrder(500), EditorDisplay(\"General\", \"Build .aab\")")
bool BuildAAB;
bool BuildAAB = true;
/// <summary>
/// Custom icon texture to use for the application (overrides the default one).