mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 23:13:27 +00:00
Remove unnecessary namespace specifier in CGameArea
This commit is contained in:
parent
e9b2230c0a
commit
6ff7e06c15
@ -367,8 +367,8 @@ CGameArea::CGameArea(CInputStream& in, int idx, int mlvlVersion) : x4_selfIdx(id
|
|||||||
x8c_attachedAreaIndices.emplace_back(in.readUint16Big());
|
x8c_attachedAreaIndices.emplace_back(in.readUint16Big());
|
||||||
}
|
}
|
||||||
|
|
||||||
x9c_deps1 = ::metaforce::ReadDependencyList(in);
|
x9c_deps1 = metaforce::ReadDependencyList(in);
|
||||||
xac_deps2 = ::metaforce::ReadDependencyList(in);
|
xac_deps2 = metaforce::ReadDependencyList(in);
|
||||||
|
|
||||||
const zeus::CAABox aabb = x6c_aabb.getTransformedAABox(xc_transform);
|
const zeus::CAABox aabb = x6c_aabb.getTransformedAABox(xc_transform);
|
||||||
x6c_aabb = aabb;
|
x6c_aabb = aabb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user