Fix JGeometry return warnings

This commit is contained in:
LagoLunatic
2023-10-08 20:00:01 -04:00
parent 4bd49693ae
commit 40bfd9366a
+1
View File
@@ -137,6 +137,7 @@ struct TVec3<f32> {
x = b.x;
y = b.y;
z = b.z;
return *this;
}
f32 squared() const {