Fixed platform settings not using unique values for Android and iOS (#7198)
* Fixed platform settings not using unique values for Android and iOS Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Removed unnecessary comment Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3a0edd2dd1
commit
b34a955c3d
@@ -22,7 +22,6 @@ namespace ProjectSettingsTool
|
||||
static const AZ::Crc32 Obfuscated = AZ_CRC("ObfuscatedText");
|
||||
// Used as a tooltip and for distinguising linked properties
|
||||
static const AZ::Crc32 PropertyIdentfier = AZ_CRC("PropertyIdentfier");
|
||||
static const AZ::Crc32 LinkedProperty = AZ_CRC("LinkedProperty");
|
||||
static const AZ::Crc32 DefaultPath = AZ_CRC("DefaultPath");
|
||||
static const AZ::Crc32 DefaultImagePreview = AZ_CRC("DefaultImagePreview");
|
||||
static const AZ::Crc32 ObfuscatedText = AZ_CRC("ObfuscatedText");
|
||||
|
||||
Reference in New Issue
Block a user