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>2016-07-14 19:36:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-14 19:39:45 +0300
commit83435182720fa815194f7aed90cdf4ad81f50a81 (patch)
treefe6d03e1703258f2d06ab04ca45873e04d62dbad /source/blender/editors/space_view3d/view3d_project.c
parent39dee8a201040ad32a239ea749b6ae838f32da72 (diff)
Cleanup: comment blocks
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_project.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_project.c b/source/blender/editors/space_view3d/view3d_project.c
index e6d8bdcf50f..7448d4c658e 100644
--- a/source/blender/editors/space_view3d/view3d_project.c
+++ b/source/blender/editors/space_view3d/view3d_project.c
@@ -537,7 +537,7 @@ void ED_view3d_win_to_delta(const ARegion *ar, const float mval[2], float out[3]
* \note Orthographic views have a less obvious origin,
* Since far clip can be a very large value resulting in numeric precision issues,
* the origin in this case is close to zero coordinate.
-
+ *
* \param ar The region (used for the window width and height).
* \param mval The area relative 2d location (such as event->mval converted to floats).
* \param out The resulting normalized world-space direction vector.