diff options
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index c888e7953..e049c40df 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1386,7 +1386,7 @@ sculpt_profile (double x, double alpha, guint profile) result = sqrt(1 - x*x); break; default: - g_warn_if_reached(); + g_assert_not_reached(); } } |
