mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Windows fixes
This commit is contained in:
@@ -77,7 +77,7 @@ std::string HLSL::GenerateVertToFragStruct(size_t extTexCount, bool reflectionCo
|
||||
|
||||
if (reflectionCoords)
|
||||
retval += " float2 reflectTcgs[2] : REFLECTUV;\n"
|
||||
" float reflectAlpha;\n";
|
||||
" float reflectAlpha : REFLECTALPHA;\n";
|
||||
|
||||
return retval + "};\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user