We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 670e1aa + e6efc64 commit c49f3faCopy full SHA for c49f3fa
Code/Source/Wrappers/RglTexture.cpp
@@ -27,7 +27,7 @@ namespace RGL::Wrappers
27
28
RglTexture imageRglTexture = CreateInvalid();
29
30
- const AZ::Data::AssetId& id = materialAsset.GetId();
+ [[maybe_unused]] const AZ::Data::AssetId& id = materialAsset.GetId();
31
if (!materialAsset.IsReady())
32
{
33
AZ_Warning(
0 commit comments