Match a few methods (#270)

* match a few misc methods

* Update legonavcontroller.h

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-11-05 17:41:35 -05:00
committed by GitHub
parent 42a82794a8
commit 33dcb139b7
4 changed files with 10 additions and 13 deletions

View File

@@ -31,8 +31,8 @@ MxCore* LegoObjectFactory::Create(const char* p_name)
}
}
// OFFSET: LEGO1 0x1000fb30 STUB
// OFFSET: LEGO1 0x1000fb30
void LegoObjectFactory::Destroy(MxCore* p_object)
{
// TODO
delete p_object;
}