mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Add a comment about Matrix4Impl
This commit is contained in:
parent
ab6d4f1f77
commit
523e91e10c
@ -68,6 +68,7 @@ class Matrix4Impl {
|
||||
inline float& operator[](size_t idx) { return ((float*) m_data)[idx]; }
|
||||
|
||||
protected:
|
||||
// TODO: Currently unclear whether this class contains a Matrix4* or float*.
|
||||
Matrix4* m_data;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user