mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoAnimPresenter::FUN_1006afc0 (#843)
* Implement/match LegoAnimPresenter::FUN_1006afc0 * empty
This commit is contained in:

committed by
GitHub

parent
41be78ed1c
commit
67c9736953
@@ -7,6 +7,7 @@
|
||||
// SIZE 0x48
|
||||
class MxMatrix : public Matrix4 {
|
||||
public:
|
||||
// FUNCTION: LEGO1 0x1006b120
|
||||
inline MxMatrix() : Matrix4(m_elements) {}
|
||||
|
||||
// FUNCTION: LEGO1 0x10032770
|
||||
@@ -26,7 +27,7 @@ public:
|
||||
virtual void operator=(const MxMatrix& p_matrix) { Equals(p_matrix); } // vtable+0x48
|
||||
|
||||
private:
|
||||
float m_elements[4][4];
|
||||
float m_elements[4][4]; // 0x08
|
||||
};
|
||||
|
||||
#endif // MXMATRIX_H
|
||||
|
Reference in New Issue
Block a user