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.
1 parent 670e1aa commit e6efc64Copy full SHA for e6efc64
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