Fix paramater name

This commit is contained in:
Nathan 2024-04-14 08:29:44 -04:00
parent 0c9c218e3f
commit 44474a44af
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class LegoPathBoundary : public LegoWEGEdge {
LegoPathBoundary();
MxResult AddActor(LegoPathActor* p_actor);
void FUN_100575b0(Vector3& p_point1, Vector3& p_point2, LegoPathActor* actor);
void FUN_100575b0(Vector3& p_point1, Vector3& p_point2, LegoPathActor* p_actor);
MxU32 Intersect(float p_scale, Vector3& p_point1, Vector3& p_point2, Vector3& p_point3, LegoEdge*& p_edge);
inline LegoAnimPresenterSet* GetUnknown0x64() { return &m_unk0x64; }

View File

@ -19,7 +19,7 @@ MxResult LegoPathBoundary::AddActor(LegoPathActor* p_actor)
}
// STUB: LEGO1 0x100575b0
void LegoPathBoundary::FUN_100575b0(Vector3& p_point1, Vector3& p_point2, LegoPathActor* actor)
void LegoPathBoundary::FUN_100575b0(Vector3& p_point1, Vector3& p_point2, LegoPathActor* p_actor)
{
}