Shader/IndexRemapperVisitor: Fix small issue
This commit is contained in:
parent
947cc96923
commit
1fc226dd7e
|
|
@ -260,5 +260,7 @@ namespace Nz::ShaderAst
|
||||||
uniformType.containedType.structIndex = Retrieve(m_context->newStructIndices, std::get<UniformType>(exprType).containedType.structIndex);
|
uniformType.containedType.structIndex = Retrieve(m_context->newStructIndices, std::get<UniformType>(exprType).containedType.structIndex);
|
||||||
return uniformType;
|
return uniformType;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
return exprType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue