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
@@ -48,6 +48,7 @@ public:
|
||||
inline int BETA_1005a590(Matrix4& p_mat);
|
||||
inline void Swap(int p_d1, int p_d2);
|
||||
|
||||
// FUNCTION: BETA10 0x1001c670
|
||||
float* operator[](int idx) { return m_data[idx]; }
|
||||
|
||||
// FUNCTION: BETA10 0x10017780
|
||||
|
Reference in New Issue
Block a user