mirror of
https://github.com/zeldaret/ss
synced 2026-08-16 05:08:56 -04:00
Merge pull request #53 from robojumper/d_t_sound_area
Basically give up on d_t_sound_area
This commit is contained in:
@@ -111,7 +111,7 @@ struct Vector3f : public nw4r::math::VEC3 {
|
||||
struct Vector2f : nw4r::math::VEC2 {
|
||||
inline Vector2f() {}
|
||||
Vector2f(f32 fx, f32 fy) : VEC2(fx, fy) {}
|
||||
inline ~Vector2f() {}
|
||||
inline ~Vector2f() {}
|
||||
|
||||
public:
|
||||
/* 805767c0 */ static const Vector2f zero;
|
||||
|
||||
Reference in New Issue
Block a user