Merge pull request #53 from robojumper/d_t_sound_area

Basically give up on d_t_sound_area
This commit is contained in:
Elijah Thomas
2024-06-14 19:01:45 -04:00
committed by GitHub
12 changed files with 278 additions and 39 deletions
+1 -1
View File
@@ -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;