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

committed by
GitHub

parent
5e5b048b34
commit
ea5a722311
@@ -22,7 +22,6 @@ public:
|
||||
// FUNCTION: BETA10 0x10010860
|
||||
float* operator[](int idx) { return m_data[idx]; }
|
||||
|
||||
// FUNCTION: BETA10 0x1001c670
|
||||
const float* operator[](int idx) const { return m_data[idx]; }
|
||||
|
||||
// FUNCTION: LEGO1 0x10002850
|
||||
|
Reference in New Issue
Block a user