Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-11 03:11:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-11 03:11:11 +0300
commit55615e2600735d83c2332dbc18a8553d3d5e5cfd (patch)
tree9897f92c6c3d041f3590bd082daf8a7f7917083d /source/blender/gpu
parentfcd2d63b644edc9ad6a3be4b0fdbd41428a7392a (diff)
Cleanup: trailing space, remove BOM
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_matrix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_matrix.cc b/source/blender/gpu/intern/gpu_matrix.cc
index e277dda3812..bbcc241f5e3 100644
--- a/source/blender/gpu/intern/gpu_matrix.cc
+++ b/source/blender/gpu/intern/gpu_matrix.cc
@@ -560,7 +560,7 @@ bool GPU_matrix_unproject_3fv(const float win[3],
if (!is_finite_v3(out)) {
return false;
}
-
+
mul_v3_m4v3(r_world, model_inverted, out);
return true;
}