From d3b4740e3750210867f4efe7ece21b6fdfff9a45 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 19 May 2006 04:05:58 +0000 Subject: [PATCH] fix compile warning --- src/nodepath.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2