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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-10-25 22:26:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-10-25 22:26:07 +0400
commit0025692d19836fe8d72de7b240697a8d03a7b926 (patch)
tree9d6f348129bbaf1b5119ec194952303860049cca /source/blender/editors/space_view3d
parentbb783c9a7b3a2e48e58768ac6a1d7ed1019156aa (diff)
Fix compilation in paranoid gcc warnings=errors mode...
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 415ee5a0802..639ab24d862 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -1060,7 +1060,7 @@ static void drawviewborder_triangle(float x1, float x2, float y1, float y2, cons
static void drawviewborder(Scene *scene, ARegion *ar, View3D *v3d)
{
- float fac, hmargin, vmargin;
+ float hmargin, vmargin;
float x1, x2, y1, y2;
float x1i, x2i, y1i, y2i;
float x3, y3, x4, y4;