mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match FUN_1006b140()
and related functions (#1623)
* Match on BETA10 * Possible improvement on Matrix4::Swap * Document entropy build result * Comments at at Matrix4::Invert --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -703,6 +703,9 @@ MxResult LegoAnimPresenter::FUN_1006b140(LegoROI* p_roi)
|
||||
if (p_roi == NULL) {
|
||||
return FAILURE;
|
||||
}
|
||||
#ifdef BETA10
|
||||
MxMatrix unused_matrix;
|
||||
#endif
|
||||
|
||||
Matrix4* mn = new MxMatrix();
|
||||
assert(mn);
|
||||
|
Reference in New Issue
Block a user