Graphics: Fix warning

This commit is contained in:
SirLynix 2023-08-04 12:24:29 +02:00
parent 94035c1db8
commit 62adfdd26c
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ namespace Nz
graphicsEntity->skeletonInstanceIndex = NoInstance;
}
void RenderSystem::OnSkeletonDestroy(entt::registry& registry, entt::entity entity)
void RenderSystem::OnSkeletonDestroy([[maybe_unused]] entt::registry& registry, entt::entity entity)
{
assert(&m_registry == &registry);