Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Jan 5, 2024
1 parent 5f76949 commit 444be13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEGO1/lego3dview.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Lego3DView {
private:
// TODO: all of these fields are in various base classes
undefined4 m_unk0x4; // 0x04
Tgl::Renderer* m_render; // 0x08
Tgl::Renderer* m_renderer; // 0x08
Tgl::Device* m_device; // 0x0c
Tgl::View* m_view; // 0x10
undefined m_unk0x14[0x74]; // 0x14
Expand Down

0 comments on commit 444be13

Please sign in to comment.