mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Fix Matrix4::operator[] annotation (#1390)
This commit is contained in:

committed by
GitHub

parent
5e5b048b34
commit
ea5a722311
@@ -4,7 +4,7 @@
|
||||
#include "legotypes.h"
|
||||
#include "mxgeometry/mxgeometry3d.h"
|
||||
|
||||
class MxMatrix;
|
||||
class Matrix4;
|
||||
|
||||
// SIZE 0x50
|
||||
class LegoUnknown {
|
||||
@@ -18,7 +18,7 @@ public:
|
||||
const Vector3& p_point3,
|
||||
const Vector3& p_point4
|
||||
);
|
||||
LegoResult FUN_1009a1e0(float p_f1, MxMatrix& p_mat, Vector3& p_v, LegoU32 p_und);
|
||||
LegoResult FUN_1009a1e0(float p_f1, Matrix4& p_mat, Vector3& p_v, LegoU32 p_und);
|
||||
|
||||
private:
|
||||
Mx3DPointFloat m_unk0x00[4]; // 0x00
|
||||
|
Reference in New Issue
Block a user