Integrating latest from github/staging

Integrating up through commit 5e1bdae
This commit is contained in:
alexpete
2021-03-26 14:31:50 -07:00
parent 9c54341af8
commit 36c4e827bd
764 changed files with 11453 additions and 20251 deletions
@@ -190,7 +190,7 @@ namespace RenderToTexture
return AZ::TICK_LAST;
}
void RenderToTextureComponent::OnTick(float deltaTime, AZ::ScriptTimePoint time)
void RenderToTextureComponent::OnTick([[maybe_unused]] float deltaTime, [[maybe_unused]] AZ::ScriptTimePoint time)
{
// push the changes from the component's RenderContextConfig to our RenderContext
// do this here before we render so we avoid threading issues.