From b6e967be636d0e1bae842b2c52c76fd867a4784a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Apr 2014 07:50:08 +1000 Subject: Code cleanup: const args and arrays --- source/blender/editors/transform/transform_manipulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_manipulator.c') diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c index 2b8776a2816..a2b53da831b 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -1189,7 +1189,7 @@ static void draw_manipulator_rotate( static void drawsolidcube(float size) { - static float cube[8][3] = { + const float cube[8][3] = { {-1.0, -1.0, -1.0}, {-1.0, -1.0, 1.0}, {-1.0, 1.0, 1.0}, -- cgit v1.2.3