diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2024-10-19 13:20:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 13:20:17 +0200 |
| commit | ffdfd609fb9bc8f968ddc6f187da1d50731cbf69 (patch) | |
| tree | d13b6142759bc78d50a491d87de56e7e9213c9a4 /include/Render | |
| parent | 32c4725191813003e34a263a6d1530f806d1ac7c (diff) | |
| parent | 10c2e3413b3244c5f2adffac1140f37920f13988 (diff) | |
Merge pull request #51 from AetiasHax/dsd
`dsd` integration
Diffstat (limited to 'include/Render')
| -rw-r--r-- | include/Render/ModelRender.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Render/ModelRender.hpp b/include/Render/ModelRender.hpp index d511175b..e6c26635 100644 --- a/include/Render/ModelRender.hpp +++ b/include/Render/ModelRender.hpp @@ -22,7 +22,7 @@ public: /* 5c */ /* 00 */ virtual ~ModelRender(); - /* 08 */ virtual void* GetLcdcAddress(); + /* 08 */ virtual void *GetLcdcAddress(); /* 0c */ virtual void vfunc_0c(ItemModel *model); /* 10 */ virtual void SetTransform(Vec3p *scale, Mat3p *rotation, Vec3p *translation); /* 14 */ virtual void SetRotationTranslation(Mat3p *rotation, Vec3p *translation); |
