mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Fix Lego3DView
This commit is contained in:
parent
546facb7eb
commit
20d7703198
@ -23,14 +23,13 @@ class Lego3DView {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// TODO: all of these fields are in various base classes
|
// TODO: all of these fields are in various base classes
|
||||||
undefined4 m_vtable; // 0x0 (TODO: remove once virtual function added)
|
undefined4 m_unk0x4; // 0x04
|
||||||
undefined4 m_unk0x4; // 0x4
|
TglImpl::RendererImpl* m_renderImpl; // 0x08
|
||||||
TglImpl::RendererImpl* m_renderImpl; // 0x8
|
TglImpl::DeviceImpl* m_deviceImpl; // 0x0c
|
||||||
TglImpl::DeviceImpl* m_deviceImpl; // 0xc
|
|
||||||
TglImpl::ViewImpl* m_viewPort; // 0x10
|
TglImpl::ViewImpl* m_viewPort; // 0x10
|
||||||
char m_pad[0x78]; // 0x14
|
char m_pad[0x78]; // 0x14
|
||||||
ViewManager* m_viewManager; // 0x88
|
ViewManager* m_viewManager; // 0x88
|
||||||
undefined m_unk0x8c[20]; // 0x8c
|
undefined m_unk0x8c[24]; // 0x8c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGO3DVIEW_H
|
#endif // LEGO3DVIEW_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user