mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 07:38:48 -04:00
Fix JGeometry return warnings
This commit is contained in:
@@ -137,6 +137,7 @@ struct TVec3<f32> {
|
||||
x = b.x;
|
||||
y = b.y;
|
||||
z = b.z;
|
||||
return *this;
|
||||
}
|
||||
|
||||
f32 squared() const {
|
||||
|
||||
Reference in New Issue
Block a user