From 40bfd9366a35af6c490ebe6bd2c5caa64074abce Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 8 Oct 2023 20:00:01 -0400 Subject: [PATCH] Fix JGeometry return warnings --- include/JSystem/JGeometry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/JSystem/JGeometry.h b/include/JSystem/JGeometry.h index 5c32e9481..9a0d87fee 100644 --- a/include/JSystem/JGeometry.h +++ b/include/JSystem/JGeometry.h @@ -137,6 +137,7 @@ struct TVec3 { x = b.x; y = b.y; z = b.z; + return *this; } f32 squared() const {