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:
LagoLunatic
2026-05-26 21:52:56 -04:00
parent 63c4ab2167
commit 74fec58b77
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ config.libs = [
Object(Matching, "JSystem/JParticle/JPAParticle.cpp"),
Object(Matching, "JSystem/JParticle/JPAEmitterManager.cpp"),
Object(NonMatching, "JSystem/JParticle/JPADrawVisitor.cpp"),
Object(NonMatching, "JSystem/JParticle/JPADraw.cpp"),
Object(Matching, "JSystem/JParticle/JPADraw.cpp"),
Object(Matching, "JSystem/JParticle/JPADrawSetupTev.cpp"),
],
),
@@ -8,6 +8,7 @@ class JPAExTexShape;
class JPADrawSetupTev {
public:
~JPADrawSetupTev() {}
void setupTev(JPABaseShape* param_1, JPAExTexShape* param_2);
/* 0x0 */ u8 field_0x0;