Add 100482b0

This commit is contained in:
Christian Semmler 2024-05-11 13:07:54 -04:00
parent 20b7704e66
commit f8d76e100e

View File

@ -286,10 +286,13 @@ MxResult LegoPathController::FUN_10047e90(LegoStorage* p_storage)
return SUCCESS;
}
// STUB: LEGO1 0x100482b0
// FUNCTION: LEGO1 0x100482b0
// FUNCTION: BETA10 0x100b8864
MxResult LegoPathController::FUN_100482b0(LegoStorage* p_storage, Mx3DPointFloat&)
MxResult LegoPathController::FUN_100482b0(LegoStorage* p_storage, Mx3DPointFloat& p_vec)
{
// TODO
if (p_storage->Read(p_vec.GetData(), sizeof(float) * 3) != SUCCESS) {
return FAILURE;
}
return SUCCESS;
}