From 00b8c9e7eaef445be425f06111c91a92edf4406b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 9 Jan 2011 15:12:08 +0000 Subject: rename BKE_assert() --> BLI_assert(). --- 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 b4fe38b41ac..d69ba22585b 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -734,7 +734,7 @@ static void manipulator_setcolor(View3D *v3d, char axis, int colcode, unsigned c col[2]= 220; break; default: - BKE_assert(!"invalid axis arg"); + BLI_assert(!"invalid axis arg"); } } -- cgit v1.2.3