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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-11 21:40:37 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-11 21:49:32 +0400
commitafadaaf8e0efe79e2fa1e108e5a2beb7a02182f4 (patch)
treef5fa22bf0cd90acd68a1307b63bb497fee18ca1c /source/blender/editors/include/ED_view3d.h
parent842a66b07cc1092975191eb3110f484b5d1fd787 (diff)
Code cleanup: fix a few visual studio compiler warnings.
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index c10afd682fd..f84d42a89d9 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -257,7 +257,7 @@ unsigned int view3d_sample_backbuf(struct ViewContext *vc, int x, int y);
/* draws and does a 4x4 sample */
bool ED_view3d_autodist(struct Scene *scene, struct ARegion *ar, struct View3D *v3d,
const int mval[2], float mouse_worldloc[3],
- bool alphaoverride, const float fallback_depth_pt[3]);
+ const bool alphaoverride, const float fallback_depth_pt[3]);
/* only draw so ED_view3d_autodist_simple can be called many times after */
void ED_view3d_autodist_init(struct Scene *scene, struct ARegion *ar, struct View3D *v3d, int mode);