2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-10-23 17:11:44 -10:00
parent 48ec4cf6eb
commit a5b7a7b96c
4 changed files with 7 additions and 4 deletions

View File

@@ -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";
}