diff options
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
