summaryrefslogtreecommitdiff
path: root/include/JSystem
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-08 20:00:01 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-08 20:00:01 -0400
commit40bfd9366a35af6c490ebe6bd2c5caa64074abce (patch)
tree7473a8493f2ed895ab9bcba3a02d3021fd6bf4b4 /include/JSystem
parent4bd49693aeb87b72f320e172b38a1831c9fe4de0 (diff)
Fix JGeometry return warnings
Diffstat (limited to 'include/JSystem')
-rw-r--r--include/JSystem/JGeometry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/JGeometry.h b/include/JSystem/JGeometry.h
index 5c32e948..9a0d87fe 100644
--- a/include/JSystem/JGeometry.h
+++ b/include/JSystem/JGeometry.h
@@ -137,6 +137,7 @@ struct TVec3<f32> {
x = b.x;
y = b.y;
z = b.z;
+ return *this;
}
f32 squared() const {