mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
CPoseAsTransforms: Make use of std::array where applicable
This commit is contained in:
@@ -12,8 +12,7 @@ bool CPoseAsTransforms::ContainsDataFor(const CSegId& id) const {
|
||||
}
|
||||
|
||||
void CPoseAsTransforms::Clear() {
|
||||
for (u32 i = 0; i < 100; ++i)
|
||||
x8_links[i] = std::make_pair(CSegId(), CSegId());
|
||||
x8_links.fill({});
|
||||
xd4_lastInserted = 0;
|
||||
x0_nextId = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user