Add missing BETA annotation

This commit is contained in:
Christian Semmler 2024-05-14 08:56:47 -04:00
parent af363d75af
commit 3b625387bd

View File

@ -23,6 +23,7 @@ LegoPathBoundary::~LegoPathBoundary()
}
// FUNCTION: LEGO1 0x100573f0
// FUNCTION: BETA10 0x100b1536
MxResult LegoPathBoundary::AddActor(LegoPathActor* p_actor)
{
m_actors.insert(p_actor);