ksys/res: Fix ActorCapture vtable

This commit is contained in:
Léo Lam 2020-11-08 21:24:18 +01:00
parent ecec485d55
commit 9749f30484
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ public:
ActorCapture();
void doCreate_(u8*, u32, sead::Heap*) override {}
bool needsParse() const override { return true; }
bool ParamIO_m0() override { return true; }
@ -64,7 +65,6 @@ public:
LightInfo mLightInfoObj;
private:
void doCreate_(u8*, u32, sead::Heap*) override{};
bool parse_(u8* data, size_t size, sead::Heap* heap) override;
};
KSYS_CHECK_SIZE_NX150(ActorCapture, 0x538);