Update mxomni.cpp

Fix case of OFFSET comment.
This commit is contained in:
Nathan M Gilbert 2023-10-22 15:08:43 -04:00 committed by GitHub
parent eb62e0c112
commit 67034bcb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -410,7 +410,7 @@ MxResult DeleteObject(MxDSAction &p_dsAction)
return MxOmni::GetInstance()->DeleteObject(p_dsAction);
}
// Offset: LEGO1 0x100159e0
// OFFSET: LEGO1 0x100159e0
void DeleteObjects(MxAtomId *p_id, MxU32 p_first, MxU32 p_last)
{
MxDSAction action;
@ -419,4 +419,4 @@ void DeleteObjects(MxAtomId *p_id, MxU32 p_first, MxU32 p_last)
action.SetUnknown24(p_first++);
DeleteObject(action);
}
}
}