From 4add5dcf494b8eac139c221ed776e995d84e6b8d Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 13 Jan 2025 17:31:34 +0100 Subject: [PATCH] Add missing default value and fix doc comment #3150 --- Source/Engine/Platform/Android/AndroidPlatformSettings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Platform/Android/AndroidPlatformSettings.h b/Source/Engine/Platform/Android/AndroidPlatformSettings.h index e66f1bda1..9a035f1ea 100644 --- a/Source/Engine/Platform/Android/AndroidPlatformSettings.h +++ b/Source/Engine/Platform/Android/AndroidPlatformSettings.h @@ -109,10 +109,10 @@ API_CLASS(sealed, Namespace="FlaxEditor.Content.Settings") class FLAXENGINE_API TextureQuality TexturesQuality = TextureQuality::ASTC_Medium; /// - /// Whether to build android app bundle (aab) side by side with apk. + /// Whether to build Android App Bundle (aab) side by side with apk. /// API_FIELD(Attributes="EditorOrder(500), EditorDisplay(\"General\", \"Build .aab\")") - bool BuildAAB; + bool BuildAAB = true; /// /// Custom icon texture to use for the application (overrides the default one).