Cleanup: spelling
This commit is contained in:
@@ -543,7 +543,7 @@ bool GPU_matrix_unproject_precalc(struct GPUMatrixUnproject_Precalc *precalc,
|
||||
&precalc->dims.zmax);
|
||||
if (isinf(precalc->dims.zmax)) {
|
||||
/* We cannot retrieve the actual value of the clip_end.
|
||||
* Use `FLT_MAX` to avoid nans. */
|
||||
* Use `FLT_MAX` to avoid NAN's. */
|
||||
precalc->dims.zmax = FLT_MAX;
|
||||
}
|
||||
for (int i = 0; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user