mirror of
https://github.com/zeldaret/tp
synced 2026-08-11 03:26:25 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -171,7 +171,9 @@ struct TVec3<f32> : public Vec {
|
||||
}
|
||||
|
||||
inline TVec3<f32> operator+(const TVec3<f32>& b) {
|
||||
return *this += b;
|
||||
TVec3<f32> a = *this;
|
||||
a += b;
|
||||
return a;
|
||||
}
|
||||
|
||||
// inline TVec3<f32> operator+(const TVec3<f32>& b) {
|
||||
|
||||
Reference in New Issue
Block a user