From 95945e176ce66263d5796c654115bbf91f253919 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 19 May 2006 04:05:58 +0000 Subject: fix compile warning (bzr r888) --- src/nodepath.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nodepath.cpp') diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 46f1095ac..90fcb26f7 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1013,6 +1013,8 @@ sculpt_profile (double x, double alpha, guint profile) case SCULPT_PROFILE_ELLIPTIC: return sqrt(1 - x*x); } + + return 1; } double -- cgit v1.2.3