summaryrefslogtreecommitdiff
path: root/src/engine/CoreMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/CoreMath.h')
-rw-r--r--src/engine/CoreMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/CoreMath.h b/src/engine/CoreMath.h
index 59f4bd83b..b3dd2753b 100644
--- a/src/engine/CoreMath.h
+++ b/src/engine/CoreMath.h
@@ -151,7 +151,7 @@ struct IRotator {
return *this;
}
- [[nodiscard]] void Set(uint16_t p, uint16_t y, uint16_t r) {
+ void Set(uint16_t p, uint16_t y, uint16_t r) {
pitch = p;
yaw = y;
roll = r;