Fix shadow glitches in minigolf
This commit is contained in:
parent
aeed2618a4
commit
c93e6c0ee3
@ -638,7 +638,7 @@ core::matrix4 getTighestFitOrthoProj(const core::matrix4 &transform, const std::
|
||||
return tmp_matrix;
|
||||
tmp_matrix.buildProjectionMatrixOrthoLH(left, right,
|
||||
down, up,
|
||||
30, zmax);
|
||||
zmin - 30, zmax);
|
||||
return tmp_matrix;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user