summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bc0b25)
raw | patch | inline | side by side (parent: 6bc0b25)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 1 Sep 2008 20:52:19 +0000 (20:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 1 Sep 2008 20:52:19 +0000 (20:52 +0000) |
src/nodepath.cpp | patch | blob | history |
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index c888e7953afaba6df5da2d7b411f4b91bef4aa42..e049c40df15bd025f9beee813879d1732726a820 100644 (file)
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
result = sqrt(1 - x*x);
break;
default:
- g_warn_if_reached();
+ g_assert_not_reached();
}
}