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