mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
fix JPABaseField::calcVel and JPADrawExecBillBoard::exec
This commit is contained in:
@@ -77,7 +77,6 @@ struct TVec3<f32> : public Vec {
|
||||
TVec3() {}
|
||||
TVec3(f32 x, f32 y, f32 z) { set(x, y, z); }
|
||||
TVec3(const Vec& b) { set(b); }
|
||||
TVec3(const TVec3<f32>& b) { set(b); }
|
||||
|
||||
operator Vec*() { return (Vec*)&x; }
|
||||
operator const Vec*() const { return (Vec*)&x; }
|
||||
|
||||
Reference in New Issue
Block a user