mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Windows build fixes
This commit is contained in:
@@ -400,6 +400,7 @@ static std::string _BuildFS(const SFluidPlaneShaderInfo& info) {
|
||||
lightmapUv = nextTCG;
|
||||
fmt::print(out, fmt("vtf.uvs[{}] = mul(texMtxs[{}], pos).xy;"), nextTCG++, nextMtx++);
|
||||
}
|
||||
out << '\n';
|
||||
|
||||
out << "#define COMBINER_EXPRS ";
|
||||
switch (info.m_type) {
|
||||
|
||||
Reference in New Issue
Block a user