Fix compilation
This commit is contained in:
parent
7c640f5c00
commit
c04b650e7c
|
|
@ -124,7 +124,7 @@ namespace Nz::ShaderAst
|
|||
return str;
|
||||
}
|
||||
|
||||
std::string ShaderAst::ToString(const ExpressionType& type, const Stringifier& stringifier)
|
||||
std::string ToString(const ExpressionType& type, const Stringifier& stringifier)
|
||||
{
|
||||
return std::visit([&](auto&& arg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue