Gems/LytShine
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -162,7 +162,8 @@ namespace
|
||||
}
|
||||
else if (AZStd::string(key) == "color")
|
||||
{
|
||||
AZStd::string colorValue(string(value).Trim());
|
||||
AZStd::string colorValue(value);
|
||||
AZ::StringFunc::TrimWhiteSpace(colorValue, true, true);
|
||||
AZStd::string::size_type ExpectedNumChars = 7;
|
||||
if (ExpectedNumChars == colorValue.size() && '#' == colorValue.at(0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user