summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 {