diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-06-08 21:50:29 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-06-08 21:50:29 +0200 |
| commit | 8945d46f0913ec203975ef08864f0dbd6ef6a371 (patch) | |
| tree | 0ce97eebcc262b2637332ffd47889f078b48fc8d /include/SSystem | |
| parent | fb9dd3cdee440e61d96ddd2efd0216a99df14997 (diff) | |
progress
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_xyz.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/SSystem/SComponent/c_xyz.h b/include/SSystem/SComponent/c_xyz.h index e218303fc1..2492f92906 100644 --- a/include/SSystem/SComponent/c_xyz.h +++ b/include/SSystem/SComponent/c_xyz.h @@ -72,11 +72,7 @@ struct cXyz : Vec { /* 80267128 */ s16 atan2sX_Z() const; /* 80267150 */ s16 atan2sY_XZ() const; - void setAll(f32 f) { - z = f; - y = f; - x = f; - } + void setAll(f32 f) { set(f, f, f); } void setMin(const cXyz& other) { if (x > other.x) { |
