mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Non-x86 buildfix
This commit is contained in:
parent
38a31fbd8b
commit
33246ffc8d
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ static void SplinePatchFullQuality(u8 *&dest, u16 *indices, int &count, const Sp
|
|||
const Vec3Packedf &down = vertices[b * (patch_div_s + 1) + u].pos - vertices[t * (patch_div_s + 1) + u].pos;
|
||||
|
||||
vertices[v * (patch_div_s + 1) + u].nrm = Cross(right, down).Normalized();
|
||||
if (spatch.patchfacing) {
|
||||
if (spatch.patchFacing) {
|
||||
vertices[v * (patch_div_s + 1) + u].nrm *= -1.0f;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue