mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 03:59:55 -04:00
JPADraw OK
__sinit_JPADraw_cpp had a weird mismatch, turns out the fix is adding an explicit dtor to JPADrawSetupTev.
This commit is contained in:
@@ -8,6 +8,7 @@ class JPAExTexShape;
|
||||
|
||||
class JPADrawSetupTev {
|
||||
public:
|
||||
~JPADrawSetupTev() {}
|
||||
void setupTev(JPABaseShape* param_1, JPAExTexShape* param_2);
|
||||
|
||||
/* 0x0 */ u8 field_0x0;
|
||||
|
||||
Reference in New Issue
Block a user