Add FIXME comment to LEgo3DView::m_previousRenderTime

This commit is contained in:
Anonymous Maarten 2024-01-10 15:53:21 +01:00
parent 29369adc94
commit 9b11202bb8

View File

@ -35,7 +35,7 @@ class Lego3DView : public LegoView1 {
private:
ViewManager* m_pViewManager; // 0x88
double m_previousRenderTime; // 0x8c
double m_previousRenderTime; // 0x8c FIXME: incorrect tags: sizeof(double) = 8 -> 0x8c + 08 = 0x94 > offsetof(Lego3dView, m_pPointOfView)
ViewROI* m_pPointOfView; // 0x90