summaryrefslogtreecommitdiffstats
path: root/core/math/basis.cpp
diff options
context:
space:
mode:
authorRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-23 14:49:13 -0500
committerRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-23 17:28:28 -0500
commit13e82094ee6deb325ba83111af7e354177ac0009 (patch)
tree6e84e0a3ff8cad3bf34d9612eef985d605edfeac /core/math/basis.cpp
parent3abb32671e6c7aa109e494f7077da955b173cfa9 (diff)
downloadredot-engine-13e82094ee6deb325ba83111af7e354177ac0009.tar.gz
Remove word duplicates in comments and strings, and fix casing and punctuation
Diffstat (limited to 'core/math/basis.cpp')
-rw-r--r--core/math/basis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/basis.cpp b/core/math/basis.cpp
index 1ff6cdd588..5c31095960 100644
--- a/core/math/basis.cpp
+++ b/core/math/basis.cpp
@@ -685,7 +685,7 @@ void Basis::set_euler(const Vector3 &p_euler, EulerOrder p_order) {
*this = zmat * ymat * xmat;
} break;
default: {
- ERR_FAIL_MSG("Invalid order parameter for set_euler(vec3,order)");
+ ERR_FAIL_MSG("Invalid Euler order parameter.");
}
}
}