mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Add FIXME comment to LEgo3DView::m_previousRenderTime
This commit is contained in:
parent
29369adc94
commit
9b11202bb8
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user