Fix previous commit

This commit is contained in:
Lynix 2023-11-28 20:33:21 +01:00
parent 63ddf35a86
commit f57fc3c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace Nz
{
}
template<typename T>
template<std::invocable T>
void RenderResources::ReleasableFunctor<T>::Release()
{
m_lambda();