Fix previous commit
This commit is contained in:
parent
63ddf35a86
commit
f57fc3c1d5
|
|
@ -125,7 +125,7 @@ namespace Nz
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
template<std::invocable T>
|
||||||
void RenderResources::ReleasableFunctor<T>::Release()
|
void RenderResources::ReleasableFunctor<T>::Release()
|
||||||
{
|
{
|
||||||
m_lambda();
|
m_lambda();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue