Merge remote-tracking branch 'upstream/development' into hultonha_LY-69118_lambda_crash

This commit is contained in:
hultonha
2021-07-15 09:28:47 +01:00
74 changed files with 2069 additions and 1559 deletions
@@ -116,7 +116,7 @@ namespace AZ
{
const char* uuidString = nullptr;
unsigned int uuidStringLength = 0;
if (dc.ReadArg(0, uuidString) && dc.ReadValue(1, uuidStringLength))
if (dc.ReadArg(0, uuidString) && dc.ReadArg(1, uuidStringLength))
{
dc.PushResult(Uuid(uuidString, uuidStringLength));
}